Color Hex Logo

#552dae Color Hex

#552DAE
(85,45,174)
0 Favorites   0 Comments

Color spaces of #552dae

RGB 8545174
HSL0.720.590.43
HSV259°74°68°
CMYK 0.510.740.00   0.32
XYZ12.32476.864140.7197
Yxy6.86410.20570.1146
Hunter Lab26.199438.1207-73.8102
CIE-Lab31.495548.3530-62.2048

#552dae color RGB value is (85,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 10101110
Octal 125 55 256
Decimal 85 45 174
Hex 55 2D AE

RGB Percentages of Color #552dae

%27.96
%14.80
%57.24

CMYK Percentages of Color #552dae

%51
%74
%0
%32

Triadic Colors of #552dae

#552dae #ae552d #2dae55

Analogous Colors of #552dae

#552dae #962dae #2d46ae

Monochromatic Colors of #552dae

#552dae

Complementary Color

#552dae #86ae2d

#552dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dae Color CSS Codes

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

#552dae Text Font Color

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

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


#552dae Background Color

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

This div background color is #552dae


#552dae Border Color

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

This div border color is #552dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dae


Comments

No comments written yet.

Please login to write comment.