Color Hex Logo

#552388 Color Hex

#552388
(85,35,136)
0 Favorites   0 Comments

Color spaces of #552388

RGB 8535136
HSL0.750.590.34
HSV270°74°53°
CMYK 0.380.740.00   0.47
XYZ8.79134.910923.7771
Yxy4.91090.23460.1310
Hunter Lab22.160632.0317-48.1027
CIE-Lab26.479443.0205-47.1975

#552388 color RGB value is (85,35,136).

#552388 hex color red value is 85, green value is 35 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #552388 hue: 0.75 , saturation: 0.59 and the lightness value of 552388 is 0.34.

The process color (four color CMYK) of #552388 color hex is 0.38, 0.74, 0.00, 0.47. Web safe color of #552388 is #663399. Color #552388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 10001000
Octal 125 43 210
Decimal 85 35 136
Hex 55 23 88

RGB Percentages of Color #552388

%33.20
%13.67
%53.13

CMYK Percentages of Color #552388

%38
%74
%0
%47

Triadic Colors of #552388

#552388 #885523 #238855

Analogous Colors of #552388

#552388 #882388 #232388

Monochromatic Colors of #552388

#552388

Complementary Color

#552388 #568823

#552388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552388 Color CSS Codes

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

#552388 Text Font Color

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

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


#552388 Background Color

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

This div background color is #552388


#552388 Border Color

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

This div border color is #552388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552388


Comments

No comments written yet.

Please login to write comment.