Color Hex Logo

#525dad Color Hex

#525DAD
(82,93,173)
0 Favorites   0 Comments

Color spaces of #525dad

RGB 8293173
HSL0.650.360.50
HSV233°53°68°
CMYK 0.530.460.00   0.32
XYZ14.936912.639741.1876
Yxy12.63970.21720.1838
Hunter Lab35.552412.7780-43.8011
CIE-Lab42.215318.8941-44.2723

#525dad color RGB value is (82,93,173).

#525dad hex color red value is 82, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #525dad hue: 0.65 , saturation: 0.36 and the lightness value of 525dad is 0.50.

The process color (four color CMYK) of #525dad color hex is 0.53, 0.46, 0.00, 0.32. Web safe color of #525dad is #666699. Color #525dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 10101101
Octal 122 135 255
Decimal 82 93 173
Hex 52 5D AD

RGB Percentages of Color #525dad

%23.56
%26.72
%49.71

CMYK Percentages of Color #525dad

%53
%46
%0
%32

Triadic Colors of #525dad

#525dad #ad525d #5dad52

Analogous Colors of #525dad

#525dad #7552ad #528bad

Monochromatic Colors of #525dad

#525dad

Complementary Color

#525dad #ada252

#525dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dad Color CSS Codes

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

#525dad Text Font Color

<p style="color:#525dad">Text here</p>

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


#525dad Background Color

<div style="background-color:#525dad">
Div content here</div>

This div background color is #525dad


#525dad Border Color

<div style="border:3px solid #525dad">
Div here</div>

This div border color is #525dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,93,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525dad;
  -webkit-box-shadow: 1px 1px 3px 2px #525dad;
  box-shadow:         1px 1px 3px 2px #525dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,93,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #525dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dad


Comments

No comments written yet.

Please login to write comment.