Color Hex Logo

#550ecc Color Hex

#550ECC
(85,14,204)
0 Favorites   0 Comments

Color spaces of #550ecc

RGB 8514204
HSL0.730.870.43
HSV262°93°80°
CMYK 0.580.930.00   0.20
XYZ14.80246.605057.6215
Yxy6.60500.18730.0836
Hunter Lab25.700257.8343-114.9419
CIE-Lab30.890266.8967-80.9273

#550ecc color RGB value is (85,14,204).

#550ecc hex color red value is 85, green value is 14 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #550ecc hue: 0.73 , saturation: 0.87 and the lightness value of 550ecc is 0.43.

The process color (four color CMYK) of #550ecc color hex is 0.58, 0.93, 0.00, 0.20. Web safe color of #550ecc is #6600cc. Color #550ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001110 11001100
Octal 125 16 314
Decimal 85 14 204
Hex 55 E CC

RGB Percentages of Color #550ecc

%28.05
%4.62
%67.33

CMYK Percentages of Color #550ecc

%58
%93
%0
%20

Triadic Colors of #550ecc

#550ecc #cc550e #0ecc55

Analogous Colors of #550ecc

#550ecc #b40ecc #0e26cc

Monochromatic Colors of #550ecc

#550ecc

Complementary Color

#550ecc #85cc0e

#550ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#550ecc Color CSS Codes

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

#550ecc Text Font Color

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

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


#550ecc Background Color

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

This div background color is #550ecc


#550ecc Border Color

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

This div border color is #550ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550ecc


Comments

No comments written yet.

Please login to write comment.