Color Hex Logo

#552151 Color Hex

#552151
(85,33,81)
0 Favorites   0 Comments

Color spaces of #552151

RGB 853381
HSL0.850.440.23
HSV305°61°33°
CMYK 0.000.610.05   0.67
XYZ5.77543.61318.1776
Yxy3.61310.32880.2057
Hunter Lab19.008220.9708-12.2018
CIE-Lab22.348831.2739-18.2639

#552151 color RGB value is (85,33,81).

#552151 hex color red value is 85, green value is 33 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #552151 hue: 0.85 , saturation: 0.44 and the lightness value of 552151 is 0.23.

The process color (four color CMYK) of #552151 color hex is 0.00, 0.61, 0.05, 0.67. Web safe color of #552151 is #663366. Color #552151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 01010001
Octal 125 41 121
Decimal 85 33 81
Hex 55 21 51

RGB Percentages of Color #552151

%42.71
%16.58
%40.70

CMYK Percentages of Color #552151

%0
%61
%5
%67

Triadic Colors of #552151

#552151 #515521 #215155

Analogous Colors of #552151

#552151 #552137 #3f2155

Monochromatic Colors of #552151

#552151

Complementary Color

#552151 #215525

#552151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552151 Color CSS Codes

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

#552151 Text Font Color

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

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


#552151 Background Color

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

This div background color is #552151


#552151 Border Color

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

This div border color is #552151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552151


Comments

No comments written yet.

Please login to write comment.