Color Hex Logo

#552290 Color Hex

#552290
(85,34,144)
0 Favorites   0 Comments

Color spaces of #552290

RGB 8534144
HSL0.740.620.35
HSV268°76°56°
CMYK 0.410.760.00   0.44
XYZ9.35245.089026.8749
Yxy5.08900.22640.1232
Hunter Lab22.558834.5244-54.8426
CIE-Lab26.986845.5451-51.3410

#552290 color RGB value is (85,34,144).

#552290 hex color red value is 85, green value is 34 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #552290 hue: 0.74 , saturation: 0.62 and the lightness value of 552290 is 0.35.

The process color (four color CMYK) of #552290 color hex is 0.41, 0.76, 0.00, 0.44. Web safe color of #552290 is #663399. Color #552290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100010 10010000
Octal 125 42 220
Decimal 85 34 144
Hex 55 22 90

RGB Percentages of Color #552290

%32.32
%12.93
%54.75

CMYK Percentages of Color #552290

%41
%76
%0
%44

Triadic Colors of #552290

#552290 #905522 #229055

Analogous Colors of #552290

#552290 #8c2290 #222690

Monochromatic Colors of #552290

#552290

Complementary Color

#552290 #5d9022

#552290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552290 Color CSS Codes

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

#552290 Text Font Color

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

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


#552290 Background Color

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

This div background color is #552290


#552290 Border Color

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

This div border color is #552290


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,34,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552290; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552290;
  -webkit-box-shadow: 1px 1px 3px 2px #552290;
  box-shadow:         1px 1px 3px 2px #552290; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552290


Comments

No comments written yet.

Please login to write comment.