Color Hex Logo

#db10be Color Hex

#DB10BE
(219,16,190)
0 Favorites   0 Comments

Color spaces of #db10be

RGB 21916190
HSL0.860.860.46
HSV309°93°86°
CMYK 0.000.930.13   0.14
XYZ38.693019.148450.3719
Yxy19.14840.35760.1770
Hunter Lab43.758981.2573-37.6189
CIE-Lab50.860482.3768-39.4054

#db10be color RGB value is (219,16,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 10111110
Octal 333 20 276
Decimal 219 16 190
Hex DB 10 BE

RGB Percentages of Color #db10be

%51.53
%3.76
%44.71

CMYK Percentages of Color #db10be

%0
%93
%13
%14

Triadic Colors of #db10be

#db10be #bedb10 #10bedb

Analogous Colors of #db10be

#db10be #db1058 #9310db

Monochromatic Colors of #db10be

#db10be

Complementary Color

#db10be #10db2d

#db10be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db10be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db10be Color CSS Codes

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

#db10be Text Font Color

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

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


#db10be Background Color

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

This div background color is #db10be


#db10be Border Color

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

This div border color is #db10be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db10be


Comments

No comments written yet.

Please login to write comment.