Color Hex Logo

#5510db Color Hex

#5510DB
(85,16,219)
0 Favorites   0 Comments

Color spaces of #5510db

RGB 8516219
HSL0.720.860.46
HSV260°93°86°
CMYK 0.610.930.00   0.14
XYZ16.71787.416367.5682
Yxy7.41630.18230.0809
Hunter Lab27.232961.9205-128.0429
CIE-Lab32.736470.0746-86.5632

#5510db color RGB value is (85,16,219).

#5510db hex color red value is 85, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5510db hue: 0.72 , saturation: 0.86 and the lightness value of 5510db is 0.46.

The process color (four color CMYK) of #5510db color hex is 0.61, 0.93, 0.00, 0.14. Web safe color of #5510db is #6600cc. Color #5510db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010000 11011011
Octal 125 20 333
Decimal 85 16 219
Hex 55 10 DB

RGB Percentages of Color #5510db

%26.56
%5.00
%68.44

CMYK Percentages of Color #5510db

%61
%93
%0
%14

Triadic Colors of #5510db

#5510db #db5510 #10db55

Analogous Colors of #5510db

#5510db #bb10db #1030db

Monochromatic Colors of #5510db

#5510db

Complementary Color

#5510db #96db10

#5510db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5510db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5510db Color CSS Codes

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

#5510db Text Font Color

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

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


#5510db Background Color

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

This div background color is #5510db


#5510db Border Color

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

This div border color is #5510db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5510db


Comments

No comments written yet.

Please login to write comment.