Color Hex Logo

#550fdd Color Hex

#550FDD
(85,15,221)
0 Favorites   0 Comments

Color spaces of #550fdd

RGB 8515221
HSL0.720.870.46
HSV260°93°87°
CMYK 0.620.930.00   0.13
XYZ16.96837.493468.9587
Yxy7.49340.18160.0802
Hunter Lab27.374162.7417-130.1970
CIE-Lab32.904770.7415-87.4353

#550fdd color RGB value is (85,15,221).

#550fdd hex color red value is 85, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #550fdd hue: 0.72 , saturation: 0.87 and the lightness value of 550fdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001111 11011101
Octal 125 17 335
Decimal 85 15 221
Hex 55 F DD

RGB Percentages of Color #550fdd

%26.48
%4.67
%68.85

CMYK Percentages of Color #550fdd

%62
%93
%0
%13

Triadic Colors of #550fdd

#550fdd #dd550f #0fdd55

Analogous Colors of #550fdd

#550fdd #bc0fdd #0f30dd

Monochromatic Colors of #550fdd

#550fdd

Complementary Color

#550fdd #97dd0f

#550fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#550fdd Color CSS Codes

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

#550fdd Text Font Color

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

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


#550fdd Background Color

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

This div background color is #550fdd


#550fdd Border Color

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

This div border color is #550fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550fdd


Comments

No comments written yet.

Please login to write comment.