Color Hex Logo

#421abc Color Hex

#421ABC
(66,26,188)
0 Favorites   0 Comments

Color spaces of #421abc

RGB 6626188
HSL0.710.760.42
HSV255°86°74°
CMYK 0.650.860.00   0.26
XYZ11.69335.527948.0276
Yxy5.52790.17920.0847
Hunter Lab23.511547.6308-104.6554
CIE-Lab28.188758.2087-76.0566

#421abc color RGB value is (66,26,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011010 10111100
Octal 102 32 274
Decimal 66 26 188
Hex 42 1A BC

RGB Percentages of Color #421abc

%23.57
%9.29
%67.14

CMYK Percentages of Color #421abc

%65
%86
%0
%26

Triadic Colors of #421abc

#421abc #bc421a #1abc42

Analogous Colors of #421abc

#421abc #931abc #1a43bc

Monochromatic Colors of #421abc

#421abc

Complementary Color

#421abc #94bc1a

#421abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#421abc Color CSS Codes

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

#421abc Text Font Color

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

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


#421abc Background Color

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

This div background color is #421abc


#421abc Border Color

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

This div border color is #421abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421abc


Comments

No comments written yet.

Please login to write comment.