Color Hex Logo

#552eaa Color Hex

#552EAA
(85,46,170)
0 Favorites   0 Comments

Color spaces of #552eaa

RGB 8546170
HSL0.720.570.42
HSV259°73°67°
CMYK 0.500.730.00   0.33
XYZ11.97906.787638.7090
Yxy6.78760.20840.1181
Hunter Lab26.053036.4803-69.8546
CIE-Lab31.318446.7277-60.0983

#552eaa color RGB value is (85,46,170).

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

The process color (four color CMYK) of #552eaa color hex is 0.50, 0.73, 0.00, 0.33. Web safe color of #552eaa is #663399. Color #552eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 10101010
Octal 125 56 252
Decimal 85 46 170
Hex 55 2E AA

RGB Percentages of Color #552eaa

%28.24
%15.28
%56.48

CMYK Percentages of Color #552eaa

%50
%73
%0
%33

Triadic Colors of #552eaa

#552eaa #aa552e #2eaa55

Analogous Colors of #552eaa

#552eaa #932eaa #2e45aa

Monochromatic Colors of #552eaa

#552eaa

Complementary Color

#552eaa #83aa2e

#552eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#552eaa Color CSS Codes

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

#552eaa Text Font Color

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

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


#552eaa Background Color

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

This div background color is #552eaa


#552eaa Border Color

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

This div border color is #552eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552eaa


Comments

No comments written yet.

Please login to write comment.