Color Hex Logo

#423472 Color Hex

#423472
(66,52,114)
0 Favorites   0 Comments

Color spaces of #423472

RGB 6652114
HSL0.700.370.33
HSV254°54°45°
CMYK 0.420.540.00   0.55
XYZ6.51204.829116.5085
Yxy4.82910.23380.1734
Hunter Lab21.975214.4390-29.1579
CIE-Lab26.242222.5166-33.8149

#423472 color RGB value is (66,52,114).

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

The process color (four color CMYK) of #423472 color hex is 0.42, 0.54, 0.00, 0.55. Web safe color of #423472 is #333366. Color #423472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 01110010
Octal 102 64 162
Decimal 66 52 114
Hex 42 34 72

RGB Percentages of Color #423472

%28.45
%22.41
%49.14

CMYK Percentages of Color #423472

%42
%54
%0
%55

Triadic Colors of #423472

#423472 #724234 #347242

Analogous Colors of #423472

#423472 #613472 #344572

Monochromatic Colors of #423472

#423472

Complementary Color

#423472 #647234

#423472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423472 Color CSS Codes

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

#423472 Text Font Color

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

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


#423472 Background Color

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

This div background color is #423472


#423472 Border Color

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

This div border color is #423472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423472


Comments

No comments written yet.

Please login to write comment.