Color Hex Logo

#551278 Color Hex

#551278
(85,18,120)
0 Favorites   0 Comments

Color spaces of #551278

RGB 8518120
HSL0.780.740.27
HSV279°85°47°
CMYK 0.290.850.00   0.53
XYZ7.35283.720018.0998
Yxy3.72000.25200.1275
Hunter Lab19.287334.2959-42.1385
CIE-Lab22.723346.1359-43.2041

#551278 color RGB value is (85,18,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 01111000
Octal 125 22 170
Decimal 85 18 120
Hex 55 12 78

RGB Percentages of Color #551278

%38.12
%8.07
%53.81

CMYK Percentages of Color #551278

%29
%85
%0
%53

Triadic Colors of #551278

#551278 #785512 #127855

Analogous Colors of #551278

#551278 #781268 #221278

Monochromatic Colors of #551278

#551278

Complementary Color

#551278 #357812

#551278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551278 Color CSS Codes

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

#551278 Text Font Color

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

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


#551278 Background Color

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

This div background color is #551278


#551278 Border Color

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

This div border color is #551278


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,18,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 #551278">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551278


Comments

No comments written yet.

Please login to write comment.