Color Hex Logo

#553983 Color Hex

#553983
(85,57,131)
0 Favorites   0 Comments

Color spaces of #553983

RGB 8557131
HSL0.730.390.37
HSV263°56°51°
CMYK 0.350.560.00   0.49
XYZ9.30626.496222.2361
Yxy6.49620.24470.1708
Hunter Lab25.487620.5716-33.8848
CIE-Lab30.631329.4553-37.3788

#553983 color RGB value is (85,57,131).

#553983 hex color red value is 85, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #553983 hue: 0.73 , saturation: 0.39 and the lightness value of 553983 is 0.37.

The process color (four color CMYK) of #553983 color hex is 0.35, 0.56, 0.00, 0.49. Web safe color of #553983 is #663399. Color #553983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111001 10000011
Octal 125 71 203
Decimal 85 57 131
Hex 55 39 83

RGB Percentages of Color #553983

%31.14
%20.88
%47.99

CMYK Percentages of Color #553983

%35
%56
%0
%49

Triadic Colors of #553983

#553983 #835539 #398355

Analogous Colors of #553983

#553983 #7a3983 #394283

Monochromatic Colors of #553983

#553983

Complementary Color

#553983 #678339

#553983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553983 Color CSS Codes

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

#553983 Text Font Color

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

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


#553983 Background Color

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

This div background color is #553983


#553983 Border Color

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

This div border color is #553983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553983


Comments

No comments written yet.

Please login to write comment.