Color Hex Logo

#553cdb Color Hex

#553CDB
(85,60,219)
0 Favorites   0 Comments

Color spaces of #553cdb

RGB 8560219
HSL0.690.690.55
HSV249°73°86°
CMYK 0.610.730.00   0.14
XYZ18.148410.277568.0451
Yxy10.27750.18810.1065
Hunter Lab32.058544.9467-103.4036
CIE-Lab38.335953.7122-77.3093

#553cdb color RGB value is (85,60,219).

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

The process color (four color CMYK) of #553cdb color hex is 0.61, 0.73, 0.00, 0.14. Web safe color of #553cdb is #6633cc. Color #553cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11011011
Octal 125 74 333
Decimal 85 60 219
Hex 55 3C DB

RGB Percentages of Color #553cdb

%23.35
%16.48
%60.16

CMYK Percentages of Color #553cdb

%61
%73
%0
%14

Triadic Colors of #553cdb

#553cdb #db553c #3cdb55

Analogous Colors of #553cdb

#553cdb #a53cdb #3c73db

Monochromatic Colors of #553cdb

#553cdb

Complementary Color

#553cdb #c2db3c

#553cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#553cdb Color CSS Codes

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

#553cdb Text Font Color

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

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


#553cdb Background Color

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

This div background color is #553cdb


#553cdb Border Color

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

This div border color is #553cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553cdb


Comments

No comments written yet.

Please login to write comment.