Color Hex Logo

#4252ad Color Hex

#4252AD
(66,82,173)
0 Favorites   0 Comments

Color spaces of #4252ad

RGB 6682173
HSL0.640.450.47
HSV231°62°68°
CMYK 0.620.530.00   0.32
XYZ12.806910.210040.8309
Yxy10.21000.20060.1599
Hunter Lab31.953115.6255-53.3959
CIE-Lab38.216722.6406-50.7476

#4252ad color RGB value is (66,82,173).

#4252ad hex color red value is 66, green value is 82 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4252ad hue: 0.64 , saturation: 0.45 and the lightness value of 4252ad is 0.47.

The process color (four color CMYK) of #4252ad color hex is 0.62, 0.53, 0.00, 0.32. Web safe color of #4252ad is #336699. Color #4252ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010010 10101101
Octal 102 122 255
Decimal 66 82 173
Hex 42 52 AD

RGB Percentages of Color #4252ad

%20.56
%25.55
%53.89

CMYK Percentages of Color #4252ad

%62
%53
%0
%32

Triadic Colors of #4252ad

#4252ad #ad4252 #52ad42

Analogous Colors of #4252ad

#4252ad #6842ad #4288ad

Monochromatic Colors of #4252ad

#4252ad

Complementary Color

#4252ad #ad9d42

#4252ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4252ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4252ad Color CSS Codes

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

#4252ad Text Font Color

<p style="color:#4252ad">Text here</p>

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


#4252ad Background Color

<div style="background-color:#4252ad">
Div content here</div>

This div background color is #4252ad


#4252ad Border Color

<div style="border:3px solid #4252ad">
Div here</div>

This div border color is #4252ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,82,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4252ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4252ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4252ad;
  box-shadow:         1px 1px 3px 2px #4252ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4252ad


Comments

No comments written yet.

Please login to write comment.