Color Hex Logo

#552fae Color Hex

#552FAE
(85,47,174)
0 Favorites   0 Comments

Color spaces of #552fae

RGB 8547174
HSL0.720.570.43
HSV258°73°68°
CMYK 0.510.730.00   0.32
XYZ12.40287.020340.7458
Yxy7.02030.20610.1167
Hunter Lab26.495837.1887-72.6302
CIE-Lab31.853147.3452-61.6191

#552fae color RGB value is (85,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101111 10101110
Octal 125 57 256
Decimal 85 47 174
Hex 55 2F AE

RGB Percentages of Color #552fae

%27.78
%15.36
%56.86

CMYK Percentages of Color #552fae

%51
%73
%0
%32

Triadic Colors of #552fae

#552fae #ae552f #2fae55

Analogous Colors of #552fae

#552fae #952fae #2f49ae

Monochromatic Colors of #552fae

#552fae

Complementary Color

#552fae #88ae2f

#552fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#552fae Color CSS Codes

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

#552fae Text Font Color

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

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


#552fae Background Color

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

This div background color is #552fae


#552fae Border Color

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

This div border color is #552fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552fae


Comments

No comments written yet.

Please login to write comment.