Color Hex Logo

#423569 Color Hex

#423569
(66,53,105)
0 Favorites   0 Comments

Color spaces of #423569

RGB 6653105
HSL0.710.330.31
HSV255°50°41°
CMYK 0.370.500.00   0.59
XYZ6.06974.724413.9566
Yxy4.72440.24520.1909
Hunter Lab21.735711.8088-22.8554
CIE-Lab25.934719.1010-28.5396

#423569 color RGB value is (66,53,105).

#423569 hex color red value is 66, green value is 53 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #423569 hue: 0.71 , saturation: 0.33 and the lightness value of 423569 is 0.31.

The process color (four color CMYK) of #423569 color hex is 0.37, 0.50, 0.00, 0.59. Web safe color of #423569 is #333366. Color #423569 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 01101001
Octal 102 65 151
Decimal 66 53 105
Hex 42 35 69

RGB Percentages of Color #423569

%29.46
%23.66
%46.88

CMYK Percentages of Color #423569

%37
%50
%0
%59

Triadic Colors of #423569

#423569 #694235 #356942

Analogous Colors of #423569

#423569 #5c3569 #354269

Monochromatic Colors of #423569

#423569

Complementary Color

#423569 #5c6935

#423569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423569 Color CSS Codes

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

#423569 Text Font Color

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

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


#423569 Background Color

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

This div background color is #423569


#423569 Border Color

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

This div border color is #423569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423569


Comments

No comments written yet.

Please login to write comment.