Color Hex Logo

#5550dc Color Hex

#5550DC
(85,80,220)
0 Favorites   0 Comments

Color spaces of #5550dc

RGB 8580220
HSL0.670.670.59
HSV242°64°86°
CMYK 0.610.640.00   0.14
XYZ19.533212.835969.1582
Yxy12.83590.19240.1264
Hunter Lab35.827234.6215-89.3699
CIE-Lab42.514942.8436-71.0314

#5550dc color RGB value is (85,80,220).

#5550dc hex color red value is 85, green value is 80 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5550dc hue: 0.67 , saturation: 0.67 and the lightness value of 5550dc is 0.59.

The process color (four color CMYK) of #5550dc color hex is 0.61, 0.64, 0.00, 0.14. Web safe color of #5550dc is #6666cc. Color #5550dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 11011100
Octal 125 120 334
Decimal 85 80 220
Hex 55 50 DC

RGB Percentages of Color #5550dc

%22.08
%20.78
%57.14

CMYK Percentages of Color #5550dc

%61
%64
%0
%14

Triadic Colors of #5550dc

#5550dc #dc5550 #50dc55

Analogous Colors of #5550dc

#5550dc #9b50dc #5091dc

Monochromatic Colors of #5550dc

#5550dc

Complementary Color

#5550dc #d7dc50

#5550dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5550dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5550dc Color CSS Codes

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

#5550dc Text Font Color

<p style="color:#5550dc">Text here</p>

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


#5550dc Background Color

<div style="background-color:#5550dc">
Div content here</div>

This div background color is #5550dc


#5550dc Border Color

<div style="border:3px solid #5550dc">
Div here</div>

This div border color is #5550dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,80,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5550dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5550dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5550dc;
  box-shadow:         1px 1px 3px 2px #5550dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5550dc


Comments

No comments written yet.

Please login to write comment.