Color Hex Logo

#551068 Color Hex

#551068
(85,16,104)
0 Favorites   0 Comments

Color spaces of #551068

RGB 8516104
HSL0.800.730.24
HSV287°85°41°
CMYK 0.180.850.00   0.59
XYZ6.43033.301413.3950
Yxy3.30140.27800.1428
Hunter Lab18.169831.3743-30.9906
CIE-Lab21.212743.3365-35.3100

#551068 color RGB value is (85,16,104).

#551068 hex color red value is 85, green value is 16 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #551068 hue: 0.80 , saturation: 0.73 and the lightness value of 551068 is 0.24.

The process color (four color CMYK) of #551068 color hex is 0.18, 0.85, 0.00, 0.59. Web safe color of #551068 is #660066. Color #551068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010000 01101000
Octal 125 20 150
Decimal 85 16 104
Hex 55 10 68

RGB Percentages of Color #551068

%41.46
%7.80
%50.73

CMYK Percentages of Color #551068

%18
%85
%0
%59

Triadic Colors of #551068

#551068 #685510 #106855

Analogous Colors of #551068

#551068 #68104f #291068

Monochromatic Colors of #551068

#551068

Complementary Color

#551068 #236810

#551068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551068 Color CSS Codes

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

#551068 Text Font Color

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

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


#551068 Background Color

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

This div background color is #551068


#551068 Border Color

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

This div border color is #551068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551068


Comments

No comments written yet.

Please login to write comment.