Color Hex Logo

#463fdc Color Hex

#463FDC
(70,63,220)
0 Favorites   0 Comments

Color spaces of #463fdc

RGB 7063220
HSL0.670.690.55
HSV243°71°86°
CMYK 0.680.710.00   0.14
XYZ17.221610.024468.7374
Yxy10.02440.17940.1044
Hunter Lab31.661341.6845-106.5569
CIE-Lab37.886250.6637-78.6626

#463fdc color RGB value is (70,63,220).

#463fdc hex color red value is 70, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #463fdc hue: 0.67 , saturation: 0.69 and the lightness value of 463fdc is 0.55.

The process color (four color CMYK) of #463fdc color hex is 0.68, 0.71, 0.00, 0.14. Web safe color of #463fdc is #3333cc. Color #463fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111111 11011100
Octal 106 77 334
Decimal 70 63 220
Hex 46 3F DC

RGB Percentages of Color #463fdc

%19.83
%17.85
%62.32

CMYK Percentages of Color #463fdc

%68
%71
%0
%14

Triadic Colors of #463fdc

#463fdc #dc463f #3fdc46

Analogous Colors of #463fdc

#463fdc #953fdc #3f87dc

Monochromatic Colors of #463fdc

#463fdc

Complementary Color

#463fdc #d5dc3f

#463fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#463fdc Color CSS Codes

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

#463fdc Text Font Color

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

This sample text font color is #463fdc
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.


#463fdc Background Color

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

This div background color is #463fdc


#463fdc Border Color

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

This div border color is #463fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463fdc


Comments

No comments written yet.

Please login to write comment.