Color Hex Logo

#550cbd Color Hex

#550CBD
(85,12,189)
0 Favorites   0 Comments

Color spaces of #550cbd

RGB 8512189
HSL0.740.880.39
HSV265°94°74°
CMYK 0.550.940.00   0.26
XYZ13.06315.868448.5883
Yxy5.86840.19350.0869
Hunter Lab24.224853.8619-101.9622
CIE-Lab29.078063.7297-75.1135

#550cbd color RGB value is (85,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001100 10111101
Octal 125 14 275
Decimal 85 12 189
Hex 55 C BD

RGB Percentages of Color #550cbd

%29.72
%4.20
%66.08

CMYK Percentages of Color #550cbd

%55
%94
%0
%26

Triadic Colors of #550cbd

#550cbd #bd550c #0cbd55

Analogous Colors of #550cbd

#550cbd #ae0cbd #0c1cbd

Monochromatic Colors of #550cbd

#550cbd

Complementary Color

#550cbd #74bd0c

#550cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#550cbd Color CSS Codes

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

#550cbd Text Font Color

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

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


#550cbd Background Color

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

This div background color is #550cbd


#550cbd Border Color

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

This div border color is #550cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550cbd


Comments

No comments written yet.

Please login to write comment.