Color Hex Logo

#552bbd Color Hex

#552BBD
(85,43,189)
0 Favorites   0 Comments

Color spaces of #552bbd

RGB 8543189
HSL0.710.630.45
HSV257°77°74°
CMYK 0.550.770.00   0.26
XYZ13.79557.333248.8325
Yxy7.33320.19720.1048
Hunter Lab27.079943.5448-87.9603
CIE-Lab32.553753.4830-69.3765

#552bbd color RGB value is (85,43,189).

#552bbd hex color red value is 85, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #552bbd hue: 0.71 , saturation: 0.63 and the lightness value of 552bbd is 0.45.

The process color (four color CMYK) of #552bbd color hex is 0.55, 0.77, 0.00, 0.26. Web safe color of #552bbd is #6633cc. Color #552bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101011 10111101
Octal 125 53 275
Decimal 85 43 189
Hex 55 2B BD

RGB Percentages of Color #552bbd

%26.81
%13.56
%59.62

CMYK Percentages of Color #552bbd

%55
%77
%0
%26

Triadic Colors of #552bbd

#552bbd #bd552b #2bbd55

Analogous Colors of #552bbd

#552bbd #9e2bbd #2b4abd

Monochromatic Colors of #552bbd

#552bbd

Complementary Color

#552bbd #93bd2b

#552bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#552bbd Color CSS Codes

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

#552bbd Text Font Color

<p style="color:#552bbd">Text here</p>

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


#552bbd Background Color

<div style="background-color:#552bbd">
Div content here</div>

This div background color is #552bbd


#552bbd Border Color

<div style="border:3px solid #552bbd">
Div here</div>

This div border color is #552bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552bbd


Comments

No comments written yet.

Please login to write comment.