Color Hex Logo

#5508ba Color Hex

#5508BA
(85,8,186)
0 Favorites   0 Comments

Color spaces of #5508ba

RGB 858186
HSL0.740.920.38
HSV266°96°73°
CMYK 0.540.960.00   0.27
XYZ12.69615.650146.8758
Yxy5.65010.19470.0866
Hunter Lab23.769953.7438-100.2846
CIE-Lab28.512063.7301-74.2724

#5508ba color RGB value is (85,8,186).

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

The process color (four color CMYK) of #5508ba color hex is 0.54, 0.96, 0.00, 0.27. Web safe color of #5508ba is #6600cc. Color #5508ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 10111010
Octal 125 10 272
Decimal 85 8 186
Hex 55 8 BA

RGB Percentages of Color #5508ba

%30.47
%2.87
%66.67

CMYK Percentages of Color #5508ba

%54
%96
%0
%27

Triadic Colors of #5508ba

#5508ba #ba5508 #08ba55

Analogous Colors of #5508ba

#5508ba #ae08ba #0814ba

Monochromatic Colors of #5508ba

#5508ba

Complementary Color

#5508ba #6dba08

#5508ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5508ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5508ba Color CSS Codes

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

#5508ba Text Font Color

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

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


#5508ba Background Color

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

This div background color is #5508ba


#5508ba Border Color

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

This div border color is #5508ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5508ba


Comments

No comments written yet.

Please login to write comment.