Color Hex Logo

#4219ae Color Hex

#4219AE
(66,25,174)
0 Favorites   0 Comments

Color spaces of #4219ae

RGB 6625174
HSL0.710.750.39
HSV257°86°68°
CMYK 0.620.860.00   0.32
XYZ10.23444.909540.4526
Yxy4.90950.18410.0883
Hunter Lab22.157443.6729-92.7352
CIE-Lab26.475454.7893-70.5445

#4219ae color RGB value is (66,25,174).

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

The process color (four color CMYK) of #4219ae color hex is 0.62, 0.86, 0.00, 0.32. Web safe color of #4219ae is #330099. Color #4219ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011001 10101110
Octal 102 31 256
Decimal 66 25 174
Hex 42 19 AE

RGB Percentages of Color #4219ae

%24.91
%9.43
%65.66

CMYK Percentages of Color #4219ae

%62
%86
%0
%32

Triadic Colors of #4219ae

#4219ae #ae4219 #19ae42

Analogous Colors of #4219ae

#4219ae #8d19ae #193bae

Monochromatic Colors of #4219ae

#4219ae

Complementary Color

#4219ae #85ae19

#4219ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4219ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4219ae Color CSS Codes

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

#4219ae Text Font Color

<p style="color:#4219ae">Text here</p>

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


#4219ae Background Color

<div style="background-color:#4219ae">
Div content here</div>

This div background color is #4219ae


#4219ae Border Color

<div style="border:3px solid #4219ae">
Div here</div>

This div border color is #4219ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4219ae


Comments

No comments written yet.

Please login to write comment.