Color Hex Logo

#552381 Color Hex

#552381
(85,35,129)
0 Favorites   0 Comments

Color spaces of #552381

RGB 8535129
HSL0.760.570.32
HSV272°73°51°
CMYK 0.340.730.00   0.49
XYZ8.30984.718321.2416
Yxy4.71830.24250.1377
Hunter Lab21.721630.2738-42.7745
CIE-Lab25.916641.2402-43.7249

#552381 color RGB value is (85,35,129).

#552381 hex color red value is 85, green value is 35 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #552381 hue: 0.76 , saturation: 0.57 and the lightness value of 552381 is 0.32.

The process color (four color CMYK) of #552381 color hex is 0.34, 0.73, 0.00, 0.49. Web safe color of #552381 is #663399. Color #552381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 10000001
Octal 125 43 201
Decimal 85 35 129
Hex 55 23 81

RGB Percentages of Color #552381

%34.14
%14.06
%51.81

CMYK Percentages of Color #552381

%34
%73
%0
%49

Triadic Colors of #552381

#552381 #815523 #238155

Analogous Colors of #552381

#552381 #81237e #262381

Monochromatic Colors of #552381

#552381

Complementary Color

#552381 #4f8123

#552381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552381 Color CSS Codes

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

#552381 Text Font Color

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

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


#552381 Background Color

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

This div background color is #552381


#552381 Border Color

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

This div border color is #552381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552381


Comments

No comments written yet.

Please login to write comment.