Color Hex Logo

#552dac Color Hex

#552DAC
(85,45,172)
0 Favorites   0 Comments

Color spaces of #552dac

RGB 8545172
HSL0.720.590.43
HSV259°74°67°
CMYK 0.510.740.00   0.33
XYZ12.13116.786639.7003
Yxy6.78660.20700.1158
Hunter Lab26.051137.5319-72.1186
CIE-Lab31.316147.7943-61.3016

#552dac color RGB value is (85,45,172).

#552dac hex color red value is 85, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #552dac hue: 0.72 , saturation: 0.59 and the lightness value of 552dac is 0.43.

The process color (four color CMYK) of #552dac color hex is 0.51, 0.74, 0.00, 0.33. Web safe color of #552dac is #663399. Color #552dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 10101100
Octal 125 55 254
Decimal 85 45 172
Hex 55 2D AC

RGB Percentages of Color #552dac

%28.15
%14.90
%56.95

CMYK Percentages of Color #552dac

%51
%74
%0
%33

Triadic Colors of #552dac

#552dac #ac552d #2dac55

Analogous Colors of #552dac

#552dac #952dac #2d45ac

Monochromatic Colors of #552dac

#552dac

Complementary Color

#552dac #84ac2d

#552dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dac Color CSS Codes

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

#552dac Text Font Color

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

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


#552dac Background Color

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

This div background color is #552dac


#552dac Border Color

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

This div border color is #552dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,45,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552dac;
  -webkit-box-shadow: 1px 1px 3px 2px #552dac;
  box-shadow:         1px 1px 3px 2px #552dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dac


Comments

No comments written yet.

Please login to write comment.