Color Hex Logo

#423aab Color Hex

#423AAB
(66,58,171)
0 Favorites   0 Comments

Color spaces of #423aab

RGB 6658171
HSL0.680.490.45
HSV244°66°67°
CMYK 0.610.660.00   0.33
XYZ11.11057.124639.3177
Yxy7.12460.19300.1238
Hunter Lab26.691927.5896-68.6508
CIE-Lab32.088937.1956-59.5087

#423aab color RGB value is (66,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111010 10101011
Octal 102 72 253
Decimal 66 58 171
Hex 42 3A AB

RGB Percentages of Color #423aab

%22.37
%19.66
%57.97

CMYK Percentages of Color #423aab

%61
%66
%0
%33

Triadic Colors of #423aab

#423aab #ab423a #3aab42

Analogous Colors of #423aab

#423aab #7b3aab #3a6bab

Monochromatic Colors of #423aab

#423aab

Complementary Color

#423aab #a3ab3a

#423aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#423aab Color CSS Codes

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

#423aab Text Font Color

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

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


#423aab Background Color

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

This div background color is #423aab


#423aab Border Color

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

This div border color is #423aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423aab


Comments

No comments written yet.

Please login to write comment.