Color Hex Logo

#5508bd Color Hex

#5508BD
(85,8,189)
0 Favorites   0 Comments

Color spaces of #5508bd

RGB 858189
HSL0.740.920.39
HSV266°96°74°
CMYK 0.550.960.00   0.26
XYZ13.01855.779148.5734
Yxy5.77910.19320.0858
Hunter Lab24.039854.5954-102.9702
CIE-Lab28.848264.4264-75.4941

#5508bd color RGB value is (85,8,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 10111101
Octal 125 10 275
Decimal 85 8 189
Hex 55 8 BD

RGB Percentages of Color #5508bd

%30.14
%2.84
%67.02

CMYK Percentages of Color #5508bd

%55
%96
%0
%26

Triadic Colors of #5508bd

#5508bd #bd5508 #08bd55

Analogous Colors of #5508bd

#5508bd #b008bd #0815bd

Monochromatic Colors of #5508bd

#5508bd

Complementary Color

#5508bd #70bd08

#5508bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5508bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5508bd Color CSS Codes

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

#5508bd Text Font Color

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

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


#5508bd Background Color

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

This div background color is #5508bd


#5508bd Border Color

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

This div border color is #5508bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5508bd


Comments

No comments written yet.

Please login to write comment.