Color Hex Logo

#421baf Color Hex

#421BAF
(66,27,175)
0 Favorites   0 Comments

Color spaces of #421baf

RGB 6627175
HSL0.710.730.40
HSV256°85°69°
CMYK 0.620.850.00   0.31
XYZ10.37665.037340.9828
Yxy5.03730.18400.0893
Hunter Lab22.443943.2498-92.5533
CIE-Lab26.840854.3109-70.5399

#421baf color RGB value is (66,27,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 10101111
Octal 102 33 257
Decimal 66 27 175
Hex 42 1B AF

RGB Percentages of Color #421baf

%24.63
%10.07
%65.30

CMYK Percentages of Color #421baf

%62
%85
%0
%31

Triadic Colors of #421baf

#421baf #af421b #1baf42

Analogous Colors of #421baf

#421baf #8c1baf #1b3eaf

Monochromatic Colors of #421baf

#421baf

Complementary Color

#421baf #88af1b

#421baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#421baf Color CSS Codes

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

#421baf Text Font Color

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

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


#421baf Background Color

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

This div background color is #421baf


#421baf Border Color

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

This div border color is #421baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421baf


Comments

No comments written yet.

Please login to write comment.