Color Hex Logo

#552392 Color Hex

#552392
(85,35,146)
0 Favorites   0 Comments

Color spaces of #552392

RGB 8535146
HSL0.740.610.35
HSV267°76°57°
CMYK 0.420.760.00   0.43
XYZ9.53575.208727.6969
Yxy5.20870.22470.1227
Hunter Lab22.822634.6411-55.9770
CIE-Lab27.321345.6019-52.0307

#552392 color RGB value is (85,35,146).

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

The process color (four color CMYK) of #552392 color hex is 0.42, 0.76, 0.00, 0.43. Web safe color of #552392 is #663399. Color #552392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100011 10010010
Octal 125 43 222
Decimal 85 35 146
Hex 55 23 92

RGB Percentages of Color #552392

%31.95
%13.16
%54.89

CMYK Percentages of Color #552392

%42
%76
%0
%43

Triadic Colors of #552392

#552392 #925523 #239255

Analogous Colors of #552392

#552392 #8d2392 #232992

Monochromatic Colors of #552392

#552392

Complementary Color

#552392 #609223

#552392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552392 Color CSS Codes

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

#552392 Text Font Color

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

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


#552392 Background Color

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

This div background color is #552392


#552392 Border Color

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

This div border color is #552392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552392


Comments

No comments written yet.

Please login to write comment.