Color Hex Logo

#552aa8 Color Hex

#552AA8
(85,42,168)
0 Favorites   0 Comments

Color spaces of #552aa8

RGB 8542168
HSL0.720.600.41
HSV260°75°66°
CMYK 0.490.750.00   0.34
XYZ11.64226.414437.6703
Yxy6.41440.20890.1151
Hunter Lab25.326737.7315-70.4579
CIE-Lab30.434848.1647-60.3430

#552aa8 color RGB value is (85,42,168).

#552aa8 hex color red value is 85, green value is 42 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #552aa8 hue: 0.72 , saturation: 0.60 and the lightness value of 552aa8 is 0.41.

The process color (four color CMYK) of #552aa8 color hex is 0.49, 0.75, 0.00, 0.34. Web safe color of #552aa8 is #663399. Color #552aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 10101000
Octal 125 52 250
Decimal 85 42 168
Hex 55 2A A8

RGB Percentages of Color #552aa8

%28.81
%14.24
%56.95

CMYK Percentages of Color #552aa8

%49
%75
%0
%34

Triadic Colors of #552aa8

#552aa8 #a8552a #2aa855

Analogous Colors of #552aa8

#552aa8 #942aa8 #2a3ea8

Monochromatic Colors of #552aa8

#552aa8

Complementary Color

#552aa8 #7da82a

#552aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552aa8 Color CSS Codes

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

#552aa8 Text Font Color

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

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


#552aa8 Background Color

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

This div background color is #552aa8


#552aa8 Border Color

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

This div border color is #552aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552aa8


Comments

No comments written yet.

Please login to write comment.