Color Hex Logo

#5242ac Color Hex

#5242AC
(82,66,172)
0 Favorites   0 Comments

Color spaces of #5242ac

RGB 8266172
HSL0.690.450.47
HSV249°62°67°
CMYK 0.520.620.00   0.33
XYZ12.87438.668840.0244
Yxy8.66880.20910.1408
Hunter Lab29.442826.5268-59.9885
CIE-Lab35.338635.4951-54.7539

#5242ac color RGB value is (82,66,172).

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

The process color (four color CMYK) of #5242ac color hex is 0.52, 0.62, 0.00, 0.33. Web safe color of #5242ac is #663399. Color #5242ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000010 10101100
Octal 122 102 254
Decimal 82 66 172
Hex 52 42 AC

RGB Percentages of Color #5242ac

%25.63
%20.63
%53.75

CMYK Percentages of Color #5242ac

%52
%62
%0
%33

Triadic Colors of #5242ac

#5242ac #ac5242 #42ac52

Analogous Colors of #5242ac

#5242ac #8742ac #4267ac

Monochromatic Colors of #5242ac

#5242ac

Complementary Color

#5242ac #9cac42

#5242ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5242ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5242ac Color CSS Codes

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

#5242ac Text Font Color

<p style="color:#5242ac">Text here</p>

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


#5242ac Background Color

<div style="background-color:#5242ac">
Div content here</div>

This div background color is #5242ac


#5242ac Border Color

<div style="border:3px solid #5242ac">
Div here</div>

This div border color is #5242ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5242ac


Comments

No comments written yet.

Please login to write comment.