Color Hex Logo

#420fae Color Hex

#420FAE
(66,15,174)
0 Favorites   0 Comments

Color spaces of #420fae

RGB 6615174
HSL0.720.840.37
HSV259°91°68°
CMYK 0.620.910.00   0.32
XYZ10.05764.555940.3937
Yxy4.55590.18280.0828
Hunter Lab21.344646.7566-97.2627
CIE-Lab25.430157.9170-72.2769

#420fae color RGB value is (66,15,174).

#420fae hex color red value is 66, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #420fae hue: 0.72 , saturation: 0.84 and the lightness value of 420fae is 0.37.

The process color (four color CMYK) of #420fae color hex is 0.62, 0.91, 0.00, 0.32. Web safe color of #420fae is #330099. Color #420fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 10101110
Octal 102 17 256
Decimal 66 15 174
Hex 42 F AE

RGB Percentages of Color #420fae

%25.88
%5.88
%68.24

CMYK Percentages of Color #420fae

%62
%91
%0
%32

Triadic Colors of #420fae

#420fae #ae420f #0fae42

Analogous Colors of #420fae

#420fae #920fae #0f2bae

Monochromatic Colors of #420fae

#420fae

Complementary Color

#420fae #7bae0f

#420fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fae Color CSS Codes

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

#420fae Text Font Color

<p style="color:#420fae">Text here</p>

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


#420fae Background Color

<div style="background-color:#420fae">
Div content here</div>

This div background color is #420fae


#420fae Border Color

<div style="border:3px solid #420fae">
Div here</div>

This div border color is #420fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fae


Comments

No comments written yet.

Please login to write comment.