Color Hex Logo

#552eae Color Hex

#552EAE
(85,46,174)
0 Favorites   0 Comments

Color spaces of #552eae

RGB 8546174
HSL0.720.580.43
HSV258°74°68°
CMYK 0.510.740.00   0.32
XYZ12.36336.941340.7326
Yxy6.94130.20590.1156
Hunter Lab26.346337.6569-73.2225
CIE-Lab31.672947.8523-61.9142

#552eae color RGB value is (85,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 10101110
Octal 125 56 256
Decimal 85 46 174
Hex 55 2E AE

RGB Percentages of Color #552eae

%27.87
%15.08
%57.05

CMYK Percentages of Color #552eae

%51
%74
%0
%32

Triadic Colors of #552eae

#552eae #ae552e #2eae55

Analogous Colors of #552eae

#552eae #952eae #2e47ae

Monochromatic Colors of #552eae

#552eae

Complementary Color

#552eae #87ae2e

#552eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#552eae Color CSS Codes

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

#552eae Text Font Color

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

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


#552eae Background Color

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

This div background color is #552eae


#552eae Border Color

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

This div border color is #552eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,46,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 #552eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552eae


Comments

No comments written yet.

Please login to write comment.