Color Hex Logo

#553fdb Color Hex

#553FDB
(85,63,219)
0 Favorites   0 Comments

Color spaces of #553fdb

RGB 8563219
HSL0.690.680.55
HSV248°71°86°
CMYK 0.610.710.00   0.14
XYZ18.310010.600868.0989
Yxy10.60080.18870.1093
Hunter Lab32.558943.4043-101.2175
CIE-Lab38.899852.1337-76.3821

#553fdb color RGB value is (85,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111111 11011011
Octal 125 77 333
Decimal 85 63 219
Hex 55 3F DB

RGB Percentages of Color #553fdb

%23.16
%17.17
%59.67

CMYK Percentages of Color #553fdb

%61
%71
%0
%14

Triadic Colors of #553fdb

#553fdb #db553f #3fdb55

Analogous Colors of #553fdb

#553fdb #a33fdb #3f77db

Monochromatic Colors of #553fdb

#553fdb

Complementary Color

#553fdb #c5db3f

#553fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#553fdb Color CSS Codes

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

#553fdb Text Font Color

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

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


#553fdb Background Color

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

This div background color is #553fdb


#553fdb Border Color

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

This div border color is #553fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,63,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 #553fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553fdb


Comments

No comments written yet.

Please login to write comment.