Color Hex Logo

#5527ba Color Hex

#5527BA
(85,39,186)
0 Favorites   0 Comments

Color spaces of #5527ba

RGB 8539186
HSL0.720.650.44
HSV259°79°73°
CMYK 0.540.790.00   0.27
XYZ13.33486.927547.0887
Yxy6.92750.19800.1029
Hunter Lab26.320144.3747-87.6501
CIE-Lab31.641354.4577-69.1053

#5527ba color RGB value is (85,39,186).

#5527ba hex color red value is 85, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5527ba hue: 0.72 , saturation: 0.65 and the lightness value of 5527ba is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100111 10111010
Octal 125 47 272
Decimal 85 39 186
Hex 55 27 BA

RGB Percentages of Color #5527ba

%27.42
%12.58
%60.00

CMYK Percentages of Color #5527ba

%54
%79
%0
%27

Triadic Colors of #5527ba

#5527ba #ba5527 #27ba55

Analogous Colors of #5527ba

#5527ba #9f27ba #2743ba

Monochromatic Colors of #5527ba

#5527ba

Complementary Color

#5527ba #8cba27

#5527ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5527ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5527ba Color CSS Codes

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

#5527ba Text Font Color

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

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


#5527ba Background Color

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

This div background color is #5527ba


#5527ba Border Color

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

This div border color is #5527ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5527ba


Comments

No comments written yet.

Please login to write comment.