Color Hex Logo

#553380 Color Hex

#553380
(85,51,128)
1 Favorites   0 Comments

Color spaces of #553380

RGB 8551128
HSL0.740.430.35
HSV266°60°50°
CMYK 0.340.600.00   0.50
XYZ8.82645.857521.0875
Yxy5.85750.24670.1637
Hunter Lab24.202322.7437-34.7179
CIE-Lab29.050132.2406-38.0412

#553380 color RGB value is (85,51,128).

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

The process color (four color CMYK) of #553380 color hex is 0.34, 0.60, 0.00, 0.50. Web safe color of #553380 is #663399. Color #553380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 10000000
Octal 125 63 200
Decimal 85 51 128
Hex 55 33 80

RGB Percentages of Color #553380

%32.20
%19.32
%48.48

CMYK Percentages of Color #553380

%34
%60
%0
%50

Triadic Colors of #553380

#553380 #805533 #338055

Analogous Colors of #553380

#553380 #7c3380 #333880

Monochromatic Colors of #553380

#553380

Complementary Color

#553380 #5e8033

#553380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553380 Color CSS Codes

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

#553380 Text Font Color

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

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


#553380 Background Color

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

This div background color is #553380


#553380 Border Color

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

This div border color is #553380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553380


Comments

No comments written yet.

Please login to write comment.