Color Hex Logo

#553298 Color Hex

#553298
(85,50,152)
0 Favorites   0 Comments

Color spaces of #553298

RGB 8550152
HSL0.720.500.40
HSV261°67°60°
CMYK 0.440.670.00   0.40
XYZ10.55446.479530.4002
Yxy6.47950.22250.1366
Hunter Lab25.454929.4658-52.9904
CIE-Lab30.591339.5018-50.3881

#553298 color RGB value is (85,50,152).

#553298 hex color red value is 85, green value is 50 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #553298 hue: 0.72 , saturation: 0.50 and the lightness value of 553298 is 0.40.

The process color (four color CMYK) of #553298 color hex is 0.44, 0.67, 0.00, 0.40. Web safe color of #553298 is #663399. Color #553298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110010 10011000
Octal 125 62 230
Decimal 85 50 152
Hex 55 32 98

RGB Percentages of Color #553298

%29.62
%17.42
%52.96

CMYK Percentages of Color #553298

%44
%67
%0
%40

Triadic Colors of #553298

#553298 #985532 #329855

Analogous Colors of #553298

#553298 #883298 #324298

Monochromatic Colors of #553298

#553298

Complementary Color

#553298 #759832

#553298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553298 Color CSS Codes

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

#553298 Text Font Color

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

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


#553298 Background Color

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

This div background color is #553298


#553298 Border Color

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

This div border color is #553298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553298


Comments

No comments written yet.

Please login to write comment.