Color Hex Logo

#423bab Color Hex

#423BAB
(66,59,171)
0 Favorites   0 Comments

Color spaces of #423bab

RGB 6659171
HSL0.680.490.45
HSV244°65°67°
CMYK 0.610.650.00   0.33
XYZ11.16147.226539.3347
Yxy7.22650.19340.1252
Hunter Lab26.882227.0690-67.9373
CIE-Lab32.317136.5848-59.1358

#423bab color RGB value is (66,59,171).

#423bab hex color red value is 66, green value is 59 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #423bab hue: 0.68 , saturation: 0.49 and the lightness value of 423bab is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111011 10101011
Octal 102 73 253
Decimal 66 59 171
Hex 42 3B AB

RGB Percentages of Color #423bab

%22.30
%19.93
%57.77

CMYK Percentages of Color #423bab

%61
%65
%0
%33

Triadic Colors of #423bab

#423bab #ab423b #3bab42

Analogous Colors of #423bab

#423bab #7a3bab #3b6cab

Monochromatic Colors of #423bab

#423bab

Complementary Color

#423bab #a4ab3b

#423bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#423bab Color CSS Codes

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

#423bab Text Font Color

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

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


#423bab Background Color

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

This div background color is #423bab


#423bab Border Color

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

This div border color is #423bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423bab


Comments

No comments written yet.

Please login to write comment.