Color Hex Logo

#550775 Color Hex

#550775
(85,7,117)
0 Favorites   0 Comments

Color spaces of #550775

RGB 857117
HSL0.780.890.24
HSV283°94°46°
CMYK 0.270.940.00   0.54
XYZ7.03323.367617.1089
Yxy3.36760.25570.1224
Hunter Lab18.351036.2975-42.4311
CIE-Lab21.459748.4496-43.3381

#550775 color RGB value is (85,7,117).

#550775 hex color red value is 85, green value is 7 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #550775 hue: 0.78 , saturation: 0.89 and the lightness value of 550775 is 0.24.

The process color (four color CMYK) of #550775 color hex is 0.27, 0.94, 0.00, 0.54. Web safe color of #550775 is #660066. Color #550775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 01110101
Octal 125 7 165
Decimal 85 7 117
Hex 55 7 75

RGB Percentages of Color #550775

%40.67
%3.35
%55.98

CMYK Percentages of Color #550775

%27
%94
%0
%54

Triadic Colors of #550775

#550775 #755507 #077555

Analogous Colors of #550775

#550775 #75075e #1e0775

Monochromatic Colors of #550775

#550775

Complementary Color

#550775 #277507

#550775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550775 Color CSS Codes

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

#550775 Text Font Color

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

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


#550775 Background Color

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

This div background color is #550775


#550775 Border Color

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

This div border color is #550775


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,7,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550775; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550775;
  -webkit-box-shadow: 1px 1px 3px 2px #550775;
  box-shadow:         1px 1px 3px 2px #550775; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550775


Comments

No comments written yet.

Please login to write comment.