Color Hex Logo

#55217c Color Hex

#55217C
(85,33,124)
0 Favorites   0 Comments

Color spaces of #55217c

RGB 8533124
HSL0.760.580.31
HSV274°73°49°
CMYK 0.310.730.00   0.51
XYZ7.92834.474219.5145
Yxy4.47420.24840.1402
Hunter Lab21.152329.8888-39.8926
CIE-Lab25.181040.9619-41.7603

#55217c color RGB value is (85,33,124).

#55217c hex color red value is 85, green value is 33 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #55217c hue: 0.76 , saturation: 0.58 and the lightness value of 55217c is 0.31.

The process color (four color CMYK) of #55217c color hex is 0.31, 0.73, 0.00, 0.51. Web safe color of #55217c is #663366. Color #55217c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 01111100
Octal 125 41 174
Decimal 85 33 124
Hex 55 21 7C

RGB Percentages of Color #55217c

%35.12
%13.64
%51.24

CMYK Percentages of Color #55217c

%31
%73
%0
%51

Triadic Colors of #55217c

#55217c #7c5521 #217c55

Analogous Colors of #55217c

#55217c #7c2176 #28217c

Monochromatic Colors of #55217c

#55217c

Complementary Color

#55217c #487c21

#55217c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55217c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55217c Color CSS Codes

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

#55217c Text Font Color

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

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


#55217c Background Color

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

This div background color is #55217c


#55217c Border Color

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

This div border color is #55217c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55217c


Comments

No comments written yet.

Please login to write comment.