Color Hex Logo

#551766 Color Hex

#551766
(85,23,102)
0 Favorites   0 Comments

Color spaces of #551766

RGB 8523102
HSL0.800.630.25
HSV287°77°40°
CMYK 0.170.770.00   0.60
XYZ6.45103.503412.9066
Yxy3.50340.28220.1532
Hunter Lab18.717428.7652-27.7814
CIE-Lab21.956740.3480-32.8033

#551766 color RGB value is (85,23,102).

#551766 hex color red value is 85, green value is 23 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #551766 hue: 0.80 , saturation: 0.63 and the lightness value of 551766 is 0.25.

The process color (four color CMYK) of #551766 color hex is 0.17, 0.77, 0.00, 0.60. Web safe color of #551766 is #660066. Color #551766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010111 01100110
Octal 125 27 146
Decimal 85 23 102
Hex 55 17 66

RGB Percentages of Color #551766

%40.48
%10.95
%48.57

CMYK Percentages of Color #551766

%17
%77
%0
%60

Triadic Colors of #551766

#551766 #665517 #176655

Analogous Colors of #551766

#551766 #66174f #2e1766

Monochromatic Colors of #551766

#551766

Complementary Color

#551766 #286617

#551766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551766 Color CSS Codes

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

#551766 Text Font Color

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

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


#551766 Background Color

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

This div background color is #551766


#551766 Border Color

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

This div border color is #551766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551766


Comments

No comments written yet.

Please login to write comment.