Color Hex Logo

#423487 Color Hex

#423487
(66,52,135)
0 Favorites   0 Comments

Color spaces of #423487

RGB 6652135
HSL0.690.440.37
HSV250°61°53°
CMYK 0.510.610.00   0.47
XYZ7.84795.363523.5433
Yxy5.36350.21350.1459
Hunter Lab23.159219.9591-44.0618
CIE-Lab27.746229.1636-44.6172

#423487 color RGB value is (66,52,135).

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

The process color (four color CMYK) of #423487 color hex is 0.51, 0.61, 0.00, 0.47. Web safe color of #423487 is #333399. Color #423487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 10000111
Octal 102 64 207
Decimal 66 52 135
Hex 42 34 87

RGB Percentages of Color #423487

%26.09
%20.55
%53.36

CMYK Percentages of Color #423487

%51
%61
%0
%47

Triadic Colors of #423487

#423487 #874234 #348742

Analogous Colors of #423487

#423487 #6c3487 #345087

Monochromatic Colors of #423487

#423487

Complementary Color

#423487 #798734

#423487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423487 Color CSS Codes

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

#423487 Text Font Color

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

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


#423487 Background Color

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

This div background color is #423487


#423487 Border Color

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

This div border color is #423487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423487


Comments

No comments written yet.

Please login to write comment.