Color Hex Logo

#5270ae Color Hex

#5270AE
(82,112,174)
0 Favorites   0 Comments

Color spaces of #5270ae

RGB 82112174
HSL0.610.360.50
HSV220°53°68°
CMYK 0.530.360.00   0.32
XYZ16.913816.438242.3258
Yxy16.43820.22350.2172
Hunter Lab40.54413.5129-33.5147
CIE-Lab47.54427.3385-36.4047

#5270ae color RGB value is (82,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110000 10101110
Octal 122 160 256
Decimal 82 112 174
Hex 52 70 AE

RGB Percentages of Color #5270ae

%22.28
%30.43
%47.28

CMYK Percentages of Color #5270ae

%53
%36
%0
%32

Triadic Colors of #5270ae

#5270ae #ae5270 #70ae52

Analogous Colors of #5270ae

#5270ae #6252ae #529eae

Monochromatic Colors of #5270ae

#5270ae

Complementary Color

#5270ae #ae9052

#5270ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5270ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5270ae Color CSS Codes

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

#5270ae Text Font Color

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

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


#5270ae Background Color

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

This div background color is #5270ae


#5270ae Border Color

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

This div border color is #5270ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5270ae


Comments

No comments written yet.

Please login to write comment.