Color Hex Logo

#5512db Color Hex

#5512DB
(85,18,219)
0 Favorites   0 Comments

Color spaces of #5512db

RGB 8518219
HSL0.720.850.46
HSV260°92°86°
CMYK 0.610.920.00   0.14
XYZ16.74887.478467.5785
Yxy7.47840.18240.0815
Hunter Lab27.346761.4679-127.3735
CIE-Lab32.872169.6630-86.3380

#5512db color RGB value is (85,18,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010010 11011011
Octal 125 22 333
Decimal 85 18 219
Hex 55 12 DB

RGB Percentages of Color #5512db

%26.40
%5.59
%68.01

CMYK Percentages of Color #5512db

%61
%92
%0
%14

Triadic Colors of #5512db

#5512db #db5512 #12db55

Analogous Colors of #5512db

#5512db #ba12db #1233db

Monochromatic Colors of #5512db

#5512db

Complementary Color

#5512db #98db12

#5512db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5512db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5512db Color CSS Codes

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

#5512db Text Font Color

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

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


#5512db Background Color

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

This div background color is #5512db


#5512db Border Color

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

This div border color is #5512db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5512db


Comments

No comments written yet.

Please login to write comment.