Color Hex Logo

#5506ba Color Hex

#5506BA
(85,6,186)
0 Favorites   0 Comments

Color spaces of #5506ba

RGB 856186
HSL0.740.940.38
HSV266°97°73°
CMYK 0.540.970.00   0.27
XYZ12.67445.606746.8686
Yxy5.60670.19450.0861
Hunter Lab23.678554.1086-100.7823
CIE-Lab28.397764.0770-74.4616

#5506ba color RGB value is (85,6,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 10111010
Octal 125 6 272
Decimal 85 6 186
Hex 55 6 BA

RGB Percentages of Color #5506ba

%30.69
%2.17
%67.15

CMYK Percentages of Color #5506ba

%54
%97
%0
%27

Triadic Colors of #5506ba

#5506ba #ba5506 #06ba55

Analogous Colors of #5506ba

#5506ba #af06ba #0611ba

Monochromatic Colors of #5506ba

#5506ba

Complementary Color

#5506ba #6bba06

#5506ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5506ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5506ba Color CSS Codes

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

#5506ba Text Font Color

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

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


#5506ba Background Color

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

This div background color is #5506ba


#5506ba Border Color

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

This div border color is #5506ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5506ba


Comments

No comments written yet.

Please login to write comment.