Color Hex Logo

#421aba Color Hex

#421ABA
(66,26,186)
0 Favorites   0 Comments

Color spaces of #421aba

RGB 6626186
HSL0.710.750.42
HSV255°86°73°
CMYK 0.650.860.00   0.27
XYZ11.47915.442246.8998
Yxy5.44220.17990.0853
Hunter Lab23.328547.0083-102.8670
CIE-Lab27.959257.6704-75.2512

#421aba color RGB value is (66,26,186).

#421aba hex color red value is 66, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #421aba hue: 0.71 , saturation: 0.75 and the lightness value of 421aba is 0.42.

The process color (four color CMYK) of #421aba color hex is 0.65, 0.86, 0.00, 0.27. Web safe color of #421aba is #3333cc. Color #421aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011010 10111010
Octal 102 32 272
Decimal 66 26 186
Hex 42 1A BA

RGB Percentages of Color #421aba

%23.74
%9.35
%66.91

CMYK Percentages of Color #421aba

%65
%86
%0
%27

Triadic Colors of #421aba

#421aba #ba421a #1aba42

Analogous Colors of #421aba

#421aba #921aba #1a42ba

Monochromatic Colors of #421aba

#421aba

Complementary Color

#421aba #92ba1a

#421aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#421aba Color CSS Codes

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

#421aba Text Font Color

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

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


#421aba Background Color

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

This div background color is #421aba


#421aba Border Color

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

This div border color is #421aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421aba


Comments

No comments written yet.

Please login to write comment.