Color Hex Logo

#550693 Color Hex

#550693
(85,6,147)
0 Favorites   0 Comments

Color spaces of #550693

RGB 856147
HSL0.760.920.30
HSV274°96°58°
CMYK 0.420.960.00   0.42
XYZ9.07794.168127.9298
Yxy4.16810.22050.1012
Hunter Lab20.415943.6418-66.8199
CIE-Lab24.219655.1921-57.7326

#550693 color RGB value is (85,6,147).

#550693 hex color red value is 85, green value is 6 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #550693 hue: 0.76 , saturation: 0.92 and the lightness value of 550693 is 0.30.

The process color (four color CMYK) of #550693 color hex is 0.42, 0.96, 0.00, 0.42. Web safe color of #550693 is #660099. Color #550693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 10010011
Octal 125 6 223
Decimal 85 6 147
Hex 55 6 93

RGB Percentages of Color #550693

%35.71
%2.52
%61.76

CMYK Percentages of Color #550693

%42
%96
%0
%42

Triadic Colors of #550693

#550693 #935506 #069355

Analogous Colors of #550693

#550693 #93068b #0f0693

Monochromatic Colors of #550693

#550693

Complementary Color

#550693 #449306

#550693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550693 Color CSS Codes

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

#550693 Text Font Color

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

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


#550693 Background Color

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

This div background color is #550693


#550693 Border Color

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

This div border color is #550693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550693


Comments

No comments written yet.

Please login to write comment.