Color Hex Logo

#550795 Color Hex

#550795
(85,7,149)
0 Favorites   0 Comments

Color spaces of #550795

RGB 857149
HSL0.760.910.31
HSV273°95°58°
CMYK 0.430.950.00   0.42
XYZ9.24714.253228.7673
Yxy4.25320.21880.1006
Hunter Lab20.623343.9453-68.2670
CIE-Lab24.491455.4315-58.5215

#550795 color RGB value is (85,7,149).

#550795 hex color red value is 85, green value is 7 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #550795 hue: 0.76 , saturation: 0.91 and the lightness value of 550795 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 10010101
Octal 125 7 225
Decimal 85 7 149
Hex 55 7 95

RGB Percentages of Color #550795

%35.27
%2.90
%61.83

CMYK Percentages of Color #550795

%43
%95
%0
%42

Triadic Colors of #550795

#550795 #955507 #079555

Analogous Colors of #550795

#550795 #95078e #0e0795

Monochromatic Colors of #550795

#550795

Complementary Color

#550795 #479507

#550795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550795 Color CSS Codes

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

#550795 Text Font Color

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

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


#550795 Background Color

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

This div background color is #550795


#550795 Border Color

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

This div border color is #550795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550795


Comments

No comments written yet.

Please login to write comment.