Color Hex Logo

#550dca Color Hex

#550DCA
(85,13,202)
0 Favorites   0 Comments

Color spaces of #550dca

RGB 8513202
HSL0.730.880.42
HSV263°94°79°
CMYK 0.580.940.00   0.21
XYZ14.55096.483456.3616
Yxy6.48340.18800.0838
Hunter Lab25.462557.4468-113.4154
CIE-Lab30.600766.6124-80.2388

#550dca color RGB value is (85,13,202).

#550dca hex color red value is 85, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #550dca hue: 0.73 , saturation: 0.88 and the lightness value of 550dca is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001101 11001010
Octal 125 15 312
Decimal 85 13 202
Hex 55 D CA

RGB Percentages of Color #550dca

%28.33
%4.33
%67.33

CMYK Percentages of Color #550dca

%58
%94
%0
%21

Triadic Colors of #550dca

#550dca #ca550d #0dca55

Analogous Colors of #550dca

#550dca #b40dca #0d23ca

Monochromatic Colors of #550dca

#550dca

Complementary Color

#550dca #82ca0d

#550dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#550dca Color CSS Codes

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

#550dca Text Font Color

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

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


#550dca Background Color

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

This div background color is #550dca


#550dca Border Color

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

This div border color is #550dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550dca


Comments

No comments written yet.

Please login to write comment.