Color Hex Logo

#5525af Color Hex

#5525AF
(85,37,175)
0 Favorites   0 Comments

Color spaces of #5525af

RGB 8537175
HSL0.720.650.42
HSV261°79°69°
CMYK 0.510.790.00   0.31
XYZ12.14576.349641.1429
Yxy6.34960.20370.1065
Hunter Lab25.198441.9402-79.1673
CIE-Lab30.277952.3703-64.8017

#5525af color RGB value is (85,37,175).

#5525af hex color red value is 85, green value is 37 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5525af hue: 0.72 , saturation: 0.65 and the lightness value of 5525af is 0.42.

The process color (four color CMYK) of #5525af color hex is 0.51, 0.79, 0.00, 0.31. Web safe color of #5525af is #663399. Color #5525af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100101 10101111
Octal 125 45 257
Decimal 85 37 175
Hex 55 25 AF

RGB Percentages of Color #5525af

%28.62
%12.46
%58.92

CMYK Percentages of Color #5525af

%51
%79
%0
%31

Triadic Colors of #5525af

#5525af #af5525 #25af55

Analogous Colors of #5525af

#5525af #9a25af #253aaf

Monochromatic Colors of #5525af

#5525af

Complementary Color

#5525af #7faf25

#5525af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5525af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5525af Color CSS Codes

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

#5525af Text Font Color

<p style="color:#5525af">Text here</p>

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


#5525af Background Color

<div style="background-color:#5525af">
Div content here</div>

This div background color is #5525af


#5525af Border Color

<div style="border:3px solid #5525af">
Div here</div>

This div border color is #5525af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,37,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5525af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5525af;
  -webkit-box-shadow: 1px 1px 3px 2px #5525af;
  box-shadow:         1px 1px 3px 2px #5525af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,37,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5525af


Comments

No comments written yet.

Please login to write comment.