Color Hex Logo

#5508ad Color Hex

#5508AD
(85,8,173)
0 Favorites   0 Comments

Color spaces of #5508ad

RGB 858173
HSL0.740.910.35
HSV268°95°68°
CMYK 0.510.950.00   0.32
XYZ11.37605.122139.9242
Yxy5.12210.20160.0908
Hunter Lab22.632150.1169-88.7484
CIE-Lab27.079860.7185-68.8736

#5508ad color RGB value is (85,8,173).

#5508ad hex color red value is 85, green value is 8 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5508ad hue: 0.74 , saturation: 0.91 and the lightness value of 5508ad is 0.35.

The process color (four color CMYK) of #5508ad color hex is 0.51, 0.95, 0.00, 0.32. Web safe color of #5508ad is #660099. Color #5508ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 10101101
Octal 125 10 255
Decimal 85 8 173
Hex 55 8 AD

RGB Percentages of Color #5508ad

%31.95
%3.01
%65.04

CMYK Percentages of Color #5508ad

%51
%95
%0
%32

Triadic Colors of #5508ad

#5508ad #ad5508 #08ad55

Analogous Colors of #5508ad

#5508ad #a808ad #080ead

Monochromatic Colors of #5508ad

#5508ad

Complementary Color

#5508ad #60ad08

#5508ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5508ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5508ad Color CSS Codes

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

#5508ad Text Font Color

<p style="color:#5508ad">Text here</p>

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


#5508ad Background Color

<div style="background-color:#5508ad">
Div content here</div>

This div background color is #5508ad


#5508ad Border Color

<div style="border:3px solid #5508ad">
Div here</div>

This div border color is #5508ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,8,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5508ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5508ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5508ad;
  box-shadow:         1px 1px 3px 2px #5508ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,8,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 #5508ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5508ad


Comments

No comments written yet.

Please login to write comment.