Color Hex Logo

#5262ae Color Hex

#5262AE
(82,98,174)
0 Favorites   0 Comments

Color spaces of #5262ae

RGB 8298174
HSL0.640.360.50
HSV230°53°68°
CMYK 0.530.440.00   0.32
XYZ15.487313.585241.8503
Yxy13.58520.21840.1915
Hunter Lab36.858110.5017-41.5198
CIE-Lab43.632116.0614-42.6012

#5262ae color RGB value is (82,98,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 10101110
Octal 122 142 256
Decimal 82 98 174
Hex 52 62 AE

RGB Percentages of Color #5262ae

%23.16
%27.68
%49.15

CMYK Percentages of Color #5262ae

%53
%44
%0
%32

Triadic Colors of #5262ae

#5262ae #ae5262 #62ae52

Analogous Colors of #5262ae

#5262ae #7052ae #5290ae

Monochromatic Colors of #5262ae

#5262ae

Complementary Color

#5262ae #ae9e52

#5262ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5262ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5262ae Color CSS Codes

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

#5262ae Text Font Color

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

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


#5262ae Background Color

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

This div background color is #5262ae


#5262ae Border Color

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

This div border color is #5262ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5262ae


Comments

No comments written yet.

Please login to write comment.