Color Hex Logo

#423ead Color Hex

#423EAD
(66,62,173)
0 Favorites   0 Comments

Color spaces of #423ead

RGB 6662173
HSL0.670.470.46
HSV242°64°68°
CMYK 0.620.640.00   0.32
XYZ11.51227.620640.3993
Yxy7.62060.19340.1280
Hunter Lab27.605426.1297-67.4444
CIE-Lab33.179935.4045-58.9218

#423ead color RGB value is (66,62,173).

#423ead hex color red value is 66, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #423ead hue: 0.67 , saturation: 0.47 and the lightness value of 423ead is 0.46.

The process color (four color CMYK) of #423ead color hex is 0.62, 0.64, 0.00, 0.32. Web safe color of #423ead is #333399. Color #423ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111110 10101101
Octal 102 76 255
Decimal 66 62 173
Hex 42 3E AD

RGB Percentages of Color #423ead

%21.93
%20.60
%57.48

CMYK Percentages of Color #423ead

%62
%64
%0
%32

Triadic Colors of #423ead

#423ead #ad423e #3ead42

Analogous Colors of #423ead

#423ead #7a3ead #3e72ad

Monochromatic Colors of #423ead

#423ead

Complementary Color

#423ead #a9ad3e

#423ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#423ead Color CSS Codes

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

#423ead Text Font Color

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

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


#423ead Background Color

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

This div background color is #423ead


#423ead Border Color

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

This div border color is #423ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,62,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423ead;
  -webkit-box-shadow: 1px 1px 3px 2px #423ead;
  box-shadow:         1px 1px 3px 2px #423ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423ead


Comments

No comments written yet.

Please login to write comment.