Color Hex Logo

#db14be Color Hex

#DB14BE
(219,20,190)
0 Favorites   0 Comments

Color spaces of #db14be

RGB 21920190
HSL0.860.830.47
HSV309°91°86°
CMYK 0.000.910.13   0.14
XYZ38.757819.278150.3935
Yxy19.27810.35740.1778
Hunter Lab43.906880.7300-37.3145
CIE-Lab51.011081.9343-39.1678

#db14be color RGB value is (219,20,190).

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

The process color (four color CMYK) of #db14be color hex is 0.00, 0.91, 0.13, 0.14. Web safe color of #db14be is #cc00cc. Color #db14be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 10111110
Octal 333 24 276
Decimal 219 20 190
Hex DB 14 BE

RGB Percentages of Color #db14be

%51.05
%4.66
%44.29

CMYK Percentages of Color #db14be

%0
%91
%13
%14

Triadic Colors of #db14be

#db14be #bedb14 #14bedb

Analogous Colors of #db14be

#db14be #db145a #9514db

Monochromatic Colors of #db14be

#db14be

Complementary Color

#db14be #14db31

#db14be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db14be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db14be Color CSS Codes

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

#db14be Text Font Color

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

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


#db14be Background Color

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

This div background color is #db14be


#db14be Border Color

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

This div border color is #db14be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db14be


Comments

No comments written yet.

Please login to write comment.