Color Hex Logo

#5552ba Color Hex

#5552BA
(85,82,186)
0 Favorites   0 Comments

Color spaces of #5552ba

RGB 8582186
HSL0.670.430.53
HSV242°56°73°
CMYK 0.540.560.00   0.27
XYZ15.626511.511147.8526
Yxy11.51110.20840.1535
Hunter Lab33.928022.8392-59.8739
CIE-Lab40.428330.6866-54.7687

#5552ba color RGB value is (85,82,186).

#5552ba hex color red value is 85, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5552ba hue: 0.67 , saturation: 0.43 and the lightness value of 5552ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 10111010
Octal 125 122 272
Decimal 85 82 186
Hex 55 52 BA

RGB Percentages of Color #5552ba

%24.08
%23.23
%52.69

CMYK Percentages of Color #5552ba

%54
%56
%0
%27

Triadic Colors of #5552ba

#5552ba #ba5552 #52ba55

Analogous Colors of #5552ba

#5552ba #8952ba #5283ba

Monochromatic Colors of #5552ba

#5552ba

Complementary Color

#5552ba #b7ba52

#5552ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5552ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5552ba Color CSS Codes

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

#5552ba Text Font Color

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

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


#5552ba Background Color

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

This div background color is #5552ba


#5552ba Border Color

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

This div border color is #5552ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5552ba


Comments

No comments written yet.

Please login to write comment.