Color Hex Logo

#551198 Color Hex

#551198
(85,17,152)
0 Favorites   0 Comments

Color spaces of #551198

RGB 8517152
HSL0.750.800.33
HSV270°89°60°
CMYK 0.440.890.00   0.40
XYZ9.61434.599230.0868
Yxy4.59920.21700.1038
Hunter Lab21.445742.4929-68.1675
CIE-Lab25.560953.8261-58.6105

#551198 color RGB value is (85,17,152).

#551198 hex color red value is 85, green value is 17 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #551198 hue: 0.75 , saturation: 0.80 and the lightness value of 551198 is 0.33.

The process color (four color CMYK) of #551198 color hex is 0.44, 0.89, 0.00, 0.40. Web safe color of #551198 is #660099. Color #551198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010001 10011000
Octal 125 21 230
Decimal 85 17 152
Hex 55 11 98

RGB Percentages of Color #551198

%33.46
%6.69
%59.84

CMYK Percentages of Color #551198

%44
%89
%0
%40

Triadic Colors of #551198

#551198 #985511 #119855

Analogous Colors of #551198

#551198 #981198 #121198

Monochromatic Colors of #551198

#551198

Complementary Color

#551198 #549811

#551198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551198 Color CSS Codes

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

#551198 Text Font Color

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

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


#551198 Background Color

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

This div background color is #551198


#551198 Border Color

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

This div border color is #551198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551198


Comments

No comments written yet.

Please login to write comment.