Color Hex Logo

#551799 Color Hex

#551799
(85,23,153)
0 Favorites   0 Comments

Color spaces of #551799

RGB 8523153
HSL0.750.740.35
HSV269°85°60°
CMYK 0.440.850.00   0.40
XYZ9.80254.844030.5553
Yxy4.84400.21690.1072
Hunter Lab22.009140.9852-66.9062
CIE-Lab26.285652.2128-58.0337

#551799 color RGB value is (85,23,153).

#551799 hex color red value is 85, green value is 23 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #551799 hue: 0.75 , saturation: 0.74 and the lightness value of 551799 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010111 10011001
Octal 125 27 231
Decimal 85 23 153
Hex 55 17 99

RGB Percentages of Color #551799

%32.57
%8.81
%58.62

CMYK Percentages of Color #551799

%44
%85
%0
%40

Triadic Colors of #551799

#551799 #995517 #179955

Analogous Colors of #551799

#551799 #961799 #171a99

Monochromatic Colors of #551799

#551799

Complementary Color

#551799 #5b9917

#551799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551799 Color CSS Codes

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

#551799 Text Font Color

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

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


#551799 Background Color

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

This div background color is #551799


#551799 Border Color

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

This div border color is #551799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551799


Comments

No comments written yet.

Please login to write comment.