Color Hex Logo

#421eab Color Hex

#421EAB
(66,30,171)
0 Favorites   0 Comments

Color spaces of #421eab

RGB 6630171
HSL0.710.700.39
HSV255°82°67°
CMYK 0.610.820.00   0.33
XYZ10.06175.027138.9681
Yxy5.02710.18610.0930
Hunter Lab22.421240.8663-87.3513
CIE-Lab26.811851.9934-68.1837

#421eab color RGB value is (66,30,171).

#421eab hex color red value is 66, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #421eab hue: 0.71 , saturation: 0.70 and the lightness value of 421eab is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011110 10101011
Octal 102 36 253
Decimal 66 30 171
Hex 42 1E AB

RGB Percentages of Color #421eab

%24.72
%11.24
%64.04

CMYK Percentages of Color #421eab

%61
%82
%0
%33

Triadic Colors of #421eab

#421eab #ab421e #1eab42

Analogous Colors of #421eab

#421eab #891eab #1e40ab

Monochromatic Colors of #421eab

#421eab

Complementary Color

#421eab #87ab1e

#421eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#421eab Color CSS Codes

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

#421eab Text Font Color

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

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


#421eab Background Color

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

This div background color is #421eab


#421eab Border Color

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

This div border color is #421eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421eab


Comments

No comments written yet.

Please login to write comment.