Color Hex Logo

#553bad Color Hex

#553BAD
(85,59,173)
0 Favorites   0 Comments

Color spaces of #553bad

RGB 8559173
HSL0.700.490.45
HSV254°66°68°
CMYK 0.510.660.00   0.32
XYZ12.85318.076440.4166
Yxy8.07640.20950.1317
Hunter Lab28.419030.9972-64.4270
CIE-Lab34.141540.5141-57.2844

#553bad color RGB value is (85,59,173).

#553bad hex color red value is 85, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #553bad hue: 0.70 , saturation: 0.49 and the lightness value of 553bad is 0.45.

The process color (four color CMYK) of #553bad color hex is 0.51, 0.66, 0.00, 0.32. Web safe color of #553bad is #663399. Color #553bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111011 10101101
Octal 125 73 255
Decimal 85 59 173
Hex 55 3B AD

RGB Percentages of Color #553bad

%26.81
%18.61
%54.57

CMYK Percentages of Color #553bad

%51
%66
%0
%32

Triadic Colors of #553bad

#553bad #ad553b #3bad55

Analogous Colors of #553bad

#553bad #8e3bad #3b5aad

Monochromatic Colors of #553bad

#553bad

Complementary Color

#553bad #93ad3b

#553bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#553bad Color CSS Codes

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

#553bad Text Font Color

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

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


#553bad Background Color

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

This div background color is #553bad


#553bad Border Color

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

This div border color is #553bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553bad;
  -webkit-box-shadow: 1px 1px 3px 2px #553bad;
  box-shadow:         1px 1px 3px 2px #553bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553bad


Comments

No comments written yet.

Please login to write comment.