Color Hex Logo

#423cad Color Hex

#423CAD
(66,60,173)
0 Favorites   0 Comments

Color spaces of #423cad

RGB 6660173
HSL0.680.480.46
HSV243°65°68°
CMYK 0.620.650.00   0.32
XYZ11.40557.407140.3637
Yxy7.40710.19270.1252
Hunter Lab27.216027.1766-68.8811
CIE-Lab32.716336.6363-59.6789

#423cad color RGB value is (66,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111100 10101101
Octal 102 74 255
Decimal 66 60 173
Hex 42 3C AD

RGB Percentages of Color #423cad

%22.07
%20.07
%57.86

CMYK Percentages of Color #423cad

%62
%65
%0
%32

Triadic Colors of #423cad

#423cad #ad423c #3cad42

Analogous Colors of #423cad

#423cad #7b3cad #3c6fad

Monochromatic Colors of #423cad

#423cad

Complementary Color

#423cad #a7ad3c

#423cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#423cad Color CSS Codes

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

#423cad Text Font Color

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

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


#423cad Background Color

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

This div background color is #423cad


#423cad Border Color

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

This div border color is #423cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,60,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 #423cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423cad


Comments

No comments written yet.

Please login to write comment.