Color Hex Logo

#553bdf Color Hex

#553BDF
(85,59,223)
0 Favorites   0 Comments

Color spaces of #553bdf

RGB 8559223
HSL0.690.720.55
HSV250°74°87°
CMYK 0.620.740.00   0.13
XYZ18.629610.386970.8350
Yxy10.38690.18660.1040
Hunter Lab32.228746.7805-107.7525
CIE-Lab38.528155.4066-79.2837

#553bdf color RGB value is (85,59,223).

#553bdf hex color red value is 85, green value is 59 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #553bdf hue: 0.69 , saturation: 0.72 and the lightness value of 553bdf is 0.55.

The process color (four color CMYK) of #553bdf color hex is 0.62, 0.74, 0.00, 0.13. Web safe color of #553bdf is #6633cc. Color #553bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111011 11011111
Octal 125 73 337
Decimal 85 59 223
Hex 55 3B DF

RGB Percentages of Color #553bdf

%23.16
%16.08
%60.76

CMYK Percentages of Color #553bdf

%62
%74
%0
%13

Triadic Colors of #553bdf

#553bdf #df553b #3bdf55

Analogous Colors of #553bdf

#553bdf #a73bdf #3b73df

Monochromatic Colors of #553bdf

#553bdf

Complementary Color

#553bdf #c5df3b

#553bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#553bdf Color CSS Codes

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

#553bdf Text Font Color

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

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


#553bdf Background Color

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

This div background color is #553bdf


#553bdf Border Color

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

This div border color is #553bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553bdf


Comments

No comments written yet.

Please login to write comment.