Color Hex Logo

#463efc Color Hex

#463EFC
(70,62,252)
0 Favorites   0 Comments

Color spaces of #463efc

RGB 7062252
HSL0.670.970.62
HSV243°75°99°
CMYK 0.720.750.00   0.01
XYZ21.819111.775693.2184
Yxy11.77560.17210.0929
Hunter Lab34.315653.4445-137.0405
CIE-Lab40.857261.0771-91.8786

#463efc color RGB value is (70,62,252).

#463efc hex color red value is 70, green value is 62 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #463efc hue: 0.67 , saturation: 0.97 and the lightness value of 463efc is 0.62.

The process color (four color CMYK) of #463efc color hex is 0.72, 0.75, 0.00, 0.01. Web safe color of #463efc is #3333ff. Color #463efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 11111100
Octal 106 76 374
Decimal 70 62 252
Hex 46 3E FC

RGB Percentages of Color #463efc

%18.23
%16.15
%65.63

CMYK Percentages of Color #463efc

%72
%75
%0
%1

Triadic Colors of #463efc

#463efc #fc463e #3efc46

Analogous Colors of #463efc

#463efc #a53efc #3e95fc

Monochromatic Colors of #463efc

#463efc

Complementary Color

#463efc #f4fc3e

#463efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#463efc Color CSS Codes

.mybgcolor {background-color:#463efc; } 
.myforecolor {color:#463efc; }
.mybordercolor {border:3px solid #463efc; }

#463efc Text Font Color

<p style="color:#463efc">Text here</p>

This sample text font color is #463efc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#463efc Background Color

<div style="background-color:#463efc">
Div content here</div>

This div background color is #463efc


#463efc Border Color

<div style="border:3px solid #463efc">
Div here</div>

This div border color is #463efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,62,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463efc;
  -webkit-box-shadow: 1px 1px 3px 2px #463efc;
  box-shadow:         1px 1px 3px 2px #463efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,62,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #463efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #463efc;
  -webkit-box-shadow: 1px 1px 3px 2px #463efc;
  box-shadow:         1px 1px 3px 2px #463efc;">
Div content here</div>

This div box has shadow with color #463efc


Comments

No comments written yet.

Please login to write comment.