Color Hex Logo

#5242ae Color Hex

#5242AE
(82,66,174)
0 Favorites   0 Comments

Color spaces of #5242ae

RGB 8266174
HSL0.690.450.47
HSV249°62°68°
CMYK 0.530.620.00   0.32
XYZ13.06798.746341.0438
Yxy8.74630.20790.1391
Hunter Lab29.574127.1189-61.5824
CIE-Lab35.491236.1183-55.6970

#5242ae color RGB value is (82,66,174).

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

The process color (four color CMYK) of #5242ae color hex is 0.53, 0.62, 0.00, 0.32. Web safe color of #5242ae is #663399. Color #5242ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000010 10101110
Octal 122 102 256
Decimal 82 66 174
Hex 52 42 AE

RGB Percentages of Color #5242ae

%25.47
%20.50
%54.04

CMYK Percentages of Color #5242ae

%53
%62
%0
%32

Triadic Colors of #5242ae

#5242ae #ae5242 #42ae52

Analogous Colors of #5242ae

#5242ae #8842ae #4268ae

Monochromatic Colors of #5242ae

#5242ae

Complementary Color

#5242ae #9eae42

#5242ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5242ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5242ae Color CSS Codes

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

#5242ae Text Font Color

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

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


#5242ae Background Color

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

This div background color is #5242ae


#5242ae Border Color

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

This div border color is #5242ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5242ae


Comments

No comments written yet.

Please login to write comment.