Color Hex Logo

#db14de Color Hex

#DB14DE
(219,20,222)
0 Favorites   0 Comments

Color spaces of #db14de

RGB 21920222
HSL0.830.830.47
HSV299°91°87°
CMYK 0.010.910.00   0.13
XYZ42.648420.834370.8808
Yxy20.83430.31740.1551
Hunter Lab45.644686.9048-60.1193
CIE-Lab52.767786.3755-54.7700

#db14de color RGB value is (219,20,222).

#db14de hex color red value is 219, green value is 20 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #db14de hue: 0.83 , saturation: 0.83 and the lightness value of db14de is 0.47.

The process color (four color CMYK) of #db14de color hex is 0.01, 0.91, 0.00, 0.13. Web safe color of #db14de is #cc00cc. Color #db14de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 11011110
Octal 333 24 336
Decimal 219 20 222
Hex DB 14 DE

RGB Percentages of Color #db14de

%47.51
%4.34
%48.16

CMYK Percentages of Color #db14de

%1
%91
%0
%13

Triadic Colors of #db14de

#db14de #dedb14 #14dedb

Analogous Colors of #db14de

#db14de #de147c #7614de

Monochromatic Colors of #db14de

#db14de

Complementary Color

#db14de #17de14

#db14de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db14de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db14de Color CSS Codes

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

#db14de Text Font Color

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

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


#db14de Background Color

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

This div background color is #db14de


#db14de Border Color

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

This div border color is #db14de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,20,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db14de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db14de;
  -webkit-box-shadow: 1px 1px 3px 2px #db14de;
  box-shadow:         1px 1px 3px 2px #db14de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db14de


Comments

No comments written yet.

Please login to write comment.