Color Hex Logo

#550cbb Color Hex

#550CBB
(85,12,187)
0 Favorites   0 Comments

Color spaces of #550cbb

RGB 8512187
HSL0.740.880.39
HSV265°94°73°
CMYK 0.550.940.00   0.27
XYZ12.84745.782147.4526
Yxy5.78210.19440.0875
Hunter Lab24.046053.2893-100.1713
CIE-Lab28.855963.2588-74.2962

#550cbb color RGB value is (85,12,187).

#550cbb hex color red value is 85, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #550cbb hue: 0.74 , saturation: 0.88 and the lightness value of 550cbb is 0.39.

The process color (four color CMYK) of #550cbb color hex is 0.55, 0.94, 0.00, 0.27. Web safe color of #550cbb is #6600cc. Color #550cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 10111011
Octal 125 14 273
Decimal 85 12 187
Hex 55 C BB

RGB Percentages of Color #550cbb

%29.93
%4.23
%65.85

CMYK Percentages of Color #550cbb

%55
%94
%0
%27

Triadic Colors of #550cbb

#550cbb #bb550c #0cbb55

Analogous Colors of #550cbb

#550cbb #ad0cbb #0c1bbb

Monochromatic Colors of #550cbb

#550cbb

Complementary Color

#550cbb #72bb0c

#550cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cbb Color CSS Codes

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

#550cbb Text Font Color

<p style="color:#550cbb">Text here</p>

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


#550cbb Background Color

<div style="background-color:#550cbb">
Div content here</div>

This div background color is #550cbb


#550cbb Border Color

<div style="border:3px solid #550cbb">
Div here</div>

This div border color is #550cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,12,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #550cbb;
  box-shadow:         1px 1px 3px 2px #550cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cbb


Comments

No comments written yet.

Please login to write comment.