Color Hex Logo

#421bae Color Hex

#421BAE
(66,27,174)
0 Favorites   0 Comments

Color spaces of #421bae

RGB 6627174
HSL0.710.730.39
HSV256°84°68°
CMYK 0.620.840.00   0.32
XYZ10.27874.998140.4674
Yxy4.99810.18440.0897
Hunter Lab22.356442.9443-91.6714
CIE-Lab26.729454.0372-70.1241

#421bae color RGB value is (66,27,174).

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

The process color (four color CMYK) of #421bae color hex is 0.62, 0.84, 0.00, 0.32. Web safe color of #421bae is #333399. Color #421bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011011 10101110
Octal 102 33 256
Decimal 66 27 174
Hex 42 1B AE

RGB Percentages of Color #421bae

%24.72
%10.11
%65.17

CMYK Percentages of Color #421bae

%62
%84
%0
%32

Triadic Colors of #421bae

#421bae #ae421b #1bae42

Analogous Colors of #421bae

#421bae #8c1bae #1b3eae

Monochromatic Colors of #421bae

#421bae

Complementary Color

#421bae #87ae1b

#421bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#421bae Color CSS Codes

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

#421bae Text Font Color

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

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


#421bae Background Color

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

This div background color is #421bae


#421bae Border Color

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

This div border color is #421bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421bae


Comments

No comments written yet.

Please login to write comment.