Color Hex Logo

#5254ae Color Hex

#5254AE
(82,84,174)
0 Favorites   0 Comments

Color spaces of #5254ae

RGB 8284174
HSL0.660.360.50
HSV239°53°68°
CMYK 0.530.520.00   0.32
XYZ14.290011.190541.4512
Yxy11.19050.21350.1672
Hunter Lab33.452217.7097-50.0507
CIE-Lab39.899524.9231-48.5729

#5254ae color RGB value is (82,84,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 10101110
Octal 122 124 256
Decimal 82 84 174
Hex 52 54 AE

RGB Percentages of Color #5254ae

%24.12
%24.71
%51.18

CMYK Percentages of Color #5254ae

%53
%52
%0
%32

Triadic Colors of #5254ae

#5254ae #ae5254 #54ae52

Analogous Colors of #5254ae

#5254ae #7e52ae #5282ae

Monochromatic Colors of #5254ae

#5254ae

Complementary Color

#5254ae #aeac52

#5254ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5254ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5254ae Color CSS Codes

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

#5254ae Text Font Color

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

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


#5254ae Background Color

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

This div background color is #5254ae


#5254ae Border Color

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

This div border color is #5254ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5254ae


Comments

No comments written yet.

Please login to write comment.