Color Hex Logo

#423590 Color Hex

#423590
(66,53,144)
0 Favorites   0 Comments

Color spaces of #423590

RGB 6653144
HSL0.690.460.39
HSV249°63°56°
CMYK 0.540.630.00   0.44
XYZ8.55395.718127.0384
Yxy5.71810.20710.1384
Hunter Lab23.912522.0053-50.3016
CIE-Lab28.689831.4388-48.6587

#423590 color RGB value is (66,53,144).

#423590 hex color red value is 66, green value is 53 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #423590 hue: 0.69 , saturation: 0.46 and the lightness value of 423590 is 0.39.

The process color (four color CMYK) of #423590 color hex is 0.54, 0.63, 0.00, 0.44. Web safe color of #423590 is #333399. Color #423590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 10010000
Octal 102 65 220
Decimal 66 53 144
Hex 42 35 90

RGB Percentages of Color #423590

%25.10
%20.15
%54.75

CMYK Percentages of Color #423590

%54
%63
%0
%44

Triadic Colors of #423590

#423590 #904235 #359042

Analogous Colors of #423590

#423590 #703590 #355690

Monochromatic Colors of #423590

#423590

Complementary Color

#423590 #839035

#423590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423590 Color CSS Codes

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

#423590 Text Font Color

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

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


#423590 Background Color

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

This div background color is #423590


#423590 Border Color

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

This div border color is #423590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423590


Comments

No comments written yet.

Please login to write comment.