Color Hex Logo

#423fad Color Hex

#423FAD
(66,63,173)
0 Favorites   0 Comments

Color spaces of #423fad

RGB 6663173
HSL0.670.470.46
HSV242°64°68°
CMYK 0.620.640.00   0.32
XYZ11.56717.730440.4176
Yxy7.73040.19370.1295
Hunter Lab27.803625.6049-66.7263
CIE-Lab33.415034.7839-58.5382

#423fad color RGB value is (66,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111111 10101101
Octal 102 77 255
Decimal 66 63 173
Hex 42 3F AD

RGB Percentages of Color #423fad

%21.85
%20.86
%57.28

CMYK Percentages of Color #423fad

%62
%64
%0
%32

Triadic Colors of #423fad

#423fad #ad423f #3fad42

Analogous Colors of #423fad

#423fad #793fad #3f73ad

Monochromatic Colors of #423fad

#423fad

Complementary Color

#423fad #aaad3f

#423fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#423fad Color CSS Codes

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

#423fad Text Font Color

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

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


#423fad Background Color

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

This div background color is #423fad


#423fad Border Color

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

This div border color is #423fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423fad


Comments

No comments written yet.

Please login to write comment.