Color Hex Logo

#423eab Color Hex

#423EAB
(66,62,171)
0 Favorites   0 Comments

Color spaces of #423eab

RGB 6662171
HSL0.670.470.46
HSV242°64°67°
CMYK 0.610.640.00   0.33
XYZ11.32017.543839.3875
Yxy7.54380.19430.1295
Hunter Lab27.466025.5033-65.7985
CIE-Lab33.014134.7353-57.9976

#423eab color RGB value is (66,62,171).

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

The process color (four color CMYK) of #423eab color hex is 0.61, 0.64, 0.00, 0.33. Web safe color of #423eab is #333399. Color #423eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111110 10101011
Octal 102 76 253
Decimal 66 62 171
Hex 42 3E AB

RGB Percentages of Color #423eab

%22.07
%20.74
%57.19

CMYK Percentages of Color #423eab

%61
%64
%0
%33

Triadic Colors of #423eab

#423eab #ab423e #3eab42

Analogous Colors of #423eab

#423eab #793eab #3e71ab

Monochromatic Colors of #423eab

#423eab

Complementary Color

#423eab #a7ab3e

#423eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#423eab Color CSS Codes

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

#423eab Text Font Color

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

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


#423eab Background Color

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

This div background color is #423eab


#423eab Border Color

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

This div border color is #423eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423eab


Comments

No comments written yet.

Please login to write comment.