Color Hex Logo

#423470 Color Hex

#423470
(66,52,112)
0 Favorites   0 Comments

Color spaces of #423470

RGB 6652112
HSL0.710.370.32
HSV254°54°44°
CMYK 0.410.540.00   0.56
XYZ6.39944.784115.9154
Yxy4.78410.23610.1765
Hunter Lab21.872613.9478-27.8311
CIE-Lab26.110621.8979-32.7491

#423470 color RGB value is (66,52,112).

#423470 hex color red value is 66, green value is 52 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #423470 hue: 0.71 , saturation: 0.37 and the lightness value of 423470 is 0.32.

The process color (four color CMYK) of #423470 color hex is 0.41, 0.54, 0.00, 0.56. Web safe color of #423470 is #333366. Color #423470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 01110000
Octal 102 64 160
Decimal 66 52 112
Hex 42 34 70

RGB Percentages of Color #423470

%28.70
%22.61
%48.70

CMYK Percentages of Color #423470

%41
%54
%0
%56

Triadic Colors of #423470

#423470 #704234 #347042

Analogous Colors of #423470

#423470 #603470 #344470

Monochromatic Colors of #423470

#423470

Complementary Color

#423470 #627034

#423470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423470 Color CSS Codes

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

#423470 Text Font Color

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

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


#423470 Background Color

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

This div background color is #423470


#423470 Border Color

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

This div border color is #423470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,52,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423470;
  -webkit-box-shadow: 1px 1px 3px 2px #423470;
  box-shadow:         1px 1px 3px 2px #423470; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,52,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423470


Comments

No comments written yet.

Please login to write comment.