Color Hex Logo

#550197 Color Hex

#550197
(85,1,151)
0 Favorites   0 Comments

Color spaces of #550197

RGB 851151
HSL0.760.990.30
HSV274°99°59°
CMYK 0.440.990.00   0.41
XYZ9.34314.187429.5940
Yxy4.18740.21670.0971
Hunter Lab20.463145.6894-71.4216
CIE-Lab24.281557.1293-60.1012

#550197 color RGB value is (85,1,151).

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

The process color (four color CMYK) of #550197 color hex is 0.44, 0.99, 0.00, 0.41. Web safe color of #550197 is #660099. Color #550197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000001 10010111
Octal 125 1 227
Decimal 85 1 151
Hex 55 1 97

RGB Percentages of Color #550197

%35.86
%0.42
%63.71

CMYK Percentages of Color #550197

%44
%99
%0
%41

Triadic Colors of #550197

#550197 #975501 #019755

Analogous Colors of #550197

#550197 #97018e #0a0197

Monochromatic Colors of #550197

#550197

Complementary Color

#550197 #439701

#550197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550197 Color CSS Codes

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

#550197 Text Font Color

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

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


#550197 Background Color

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

This div background color is #550197


#550197 Border Color

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

This div border color is #550197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550197


Comments

No comments written yet.

Please login to write comment.