Color Hex Logo

#421cea Color Hex

#421CEA
(66,28,234)
0 Favorites   0 Comments

Color spaces of #421cea

RGB 6628234
HSL0.700.830.51
HSV251°88°92°
CMYK 0.720.880.00   0.08
XYZ17.51337.929378.4494
Yxy7.92930.16860.0763
Hunter Lab28.159061.7385-145.4672
CIE-Lab33.835269.7133-93.3743

#421cea color RGB value is (66,28,234).

#421cea hex color red value is 66, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #421cea hue: 0.70 , saturation: 0.83 and the lightness value of 421cea is 0.51.

The process color (four color CMYK) of #421cea color hex is 0.72, 0.88, 0.00, 0.08. Web safe color of #421cea is #3333ff. Color #421cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011100 11101010
Octal 102 34 352
Decimal 66 28 234
Hex 42 1C EA

RGB Percentages of Color #421cea

%20.12
%8.54
%71.34

CMYK Percentages of Color #421cea

%72
%88
%0
%8

Triadic Colors of #421cea

#421cea #ea421c #1cea42

Analogous Colors of #421cea

#421cea #a91cea #1c5dea

Monochromatic Colors of #421cea

#421cea

Complementary Color

#421cea #c4ea1c

#421cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#421cea Color CSS Codes

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

#421cea Text Font Color

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

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


#421cea Background Color

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

This div background color is #421cea


#421cea Border Color

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

This div border color is #421cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421cea


Comments

No comments written yet.

Please login to write comment.