Color Hex Logo

#550678 Color Hex

#550678
(85,6,120)
0 Favorites   0 Comments

Color spaces of #550678

RGB 856120
HSL0.780.900.25
HSV282°95°47°
CMYK 0.290.950.00   0.53
XYZ7.20163.417618.0494
Yxy3.41760.25120.1192
Hunter Lab18.486837.1837-44.9466
CIE-Lab21.644249.3166-44.9624

#550678 color RGB value is (85,6,120).

#550678 hex color red value is 85, green value is 6 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #550678 hue: 0.78 , saturation: 0.90 and the lightness value of 550678 is 0.25.

The process color (four color CMYK) of #550678 color hex is 0.29, 0.95, 0.00, 0.53. Web safe color of #550678 is #660066. Color #550678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 01111000
Octal 125 6 170
Decimal 85 6 120
Hex 55 6 78

RGB Percentages of Color #550678

%40.28
%2.84
%56.87

CMYK Percentages of Color #550678

%29
%95
%0
%53

Triadic Colors of #550678

#550678 #785506 #067855

Analogous Colors of #550678

#550678 #780662 #1c0678

Monochromatic Colors of #550678

#550678

Complementary Color

#550678 #297806

#550678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550678 Color CSS Codes

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

#550678 Text Font Color

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

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


#550678 Background Color

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

This div background color is #550678


#550678 Border Color

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

This div border color is #550678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550678


Comments

No comments written yet.

Please login to write comment.