Color Hex Logo

#421eaf Color Hex

#421EAF
(66,30,175)
0 Favorites   0 Comments

Color spaces of #421eaf

RGB 6630175
HSL0.710.710.40
HSV255°83°69°
CMYK 0.620.830.00   0.31
XYZ10.44895.181941.0069
Yxy5.18190.18450.0915
Hunter Lab22.763842.0974-90.8709
CIE-Lab27.246853.1143-69.8681

#421eaf color RGB value is (66,30,175).

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

The process color (four color CMYK) of #421eaf color hex is 0.62, 0.83, 0.00, 0.31. Web safe color of #421eaf is #333399. Color #421eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011110 10101111
Octal 102 36 257
Decimal 66 30 175
Hex 42 1E AF

RGB Percentages of Color #421eaf

%24.35
%11.07
%64.58

CMYK Percentages of Color #421eaf

%62
%83
%0
%31

Triadic Colors of #421eaf

#421eaf #af421e #1eaf42

Analogous Colors of #421eaf

#421eaf #8b1eaf #1e43af

Monochromatic Colors of #421eaf

#421eaf

Complementary Color

#421eaf #8baf1e

#421eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#421eaf Color CSS Codes

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

#421eaf Text Font Color

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

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


#421eaf Background Color

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

This div background color is #421eaf


#421eaf Border Color

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

This div border color is #421eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421eaf


Comments

No comments written yet.

Please login to write comment.