Color Hex Logo

#5253ae Color Hex

#5253AE
(82,83,174)
0 Favorites   0 Comments

Color spaces of #5253ae

RGB 8283174
HSL0.660.360.50
HSV239°53°68°
CMYK 0.530.520.00   0.32
XYZ14.212911.036341.4255
Yxy11.03630.21320.1655
Hunter Lab33.220918.2310-50.6782
CIE-Lab39.641525.5559-48.9877

#5253ae color RGB value is (82,83,174).

#5253ae hex color red value is 82, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5253ae hue: 0.66 , saturation: 0.36 and the lightness value of 5253ae is 0.50.

The process color (four color CMYK) of #5253ae color hex is 0.53, 0.52, 0.00, 0.32. Web safe color of #5253ae is #666699. Color #5253ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 10101110
Octal 122 123 256
Decimal 82 83 174
Hex 52 53 AE

RGB Percentages of Color #5253ae

%24.19
%24.48
%51.33

CMYK Percentages of Color #5253ae

%53
%52
%0
%32

Triadic Colors of #5253ae

#5253ae #ae5253 #53ae52

Analogous Colors of #5253ae

#5253ae #7f52ae #5281ae

Monochromatic Colors of #5253ae

#5253ae

Complementary Color

#5253ae #aead52

#5253ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5253ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5253ae Color CSS Codes

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

#5253ae Text Font Color

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

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


#5253ae Background Color

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

This div background color is #5253ae


#5253ae Border Color

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

This div border color is #5253ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5253ae


Comments

No comments written yet.

Please login to write comment.