Color Hex Logo

#423498 Color Hex

#423498
(66,52,152)
0 Favorites   0 Comments

Color spaces of #423498

RGB 6652152
HSL0.690.490.40
HSV248°66°60°
CMYK 0.570.660.00   0.40
XYZ9.14235.881230.3591
Yxy5.88120.20140.1296
Hunter Lab24.251224.8520-57.2470
CIE-Lab29.110734.6487-52.8819

#423498 color RGB value is (66,52,152).

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

The process color (four color CMYK) of #423498 color hex is 0.57, 0.66, 0.00, 0.40. Web safe color of #423498 is #333399. Color #423498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110100 10011000
Octal 102 64 230
Decimal 66 52 152
Hex 42 34 98

RGB Percentages of Color #423498

%24.44
%19.26
%56.30

CMYK Percentages of Color #423498

%57
%66
%0
%40

Triadic Colors of #423498

#423498 #984234 #349842

Analogous Colors of #423498

#423498 #743498 #345898

Monochromatic Colors of #423498

#423498

Complementary Color

#423498 #8a9834

#423498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423498 Color CSS Codes

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

#423498 Text Font Color

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

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


#423498 Background Color

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

This div background color is #423498


#423498 Border Color

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

This div border color is #423498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423498


Comments

No comments written yet.

Please login to write comment.