color codes Logo

#db0bbe color codes

#DB0BBE
(219,11,190)
0 Favorites   0 Comments

Color spaces of #db0bbe

RGB 21911190
HSL0.860.900.45
HSV308°95°86°
CMYK 0.000.950.13   0.14
XYZ38.627419.017150.3500
Yxy19.01710.35770.1761
Hunter Lab43.608681.7958-37.9295
CIE-Lab50.707282.8275-39.6470

#db0bbe color RGB value is (219,11,190).

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

The process color (four color CMYK) of #db0bbe color code is 0.00, 0.95, 0.13, 0.14. Web safe color of #db0bbe is #cc00cc. Color #db0bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001011 10111110
Octal 333 13 276
Decimal 219 11 190
Hex DB B BE

RGB Percentages of Color #db0bbe

%52.14
%2.62
%45.24

CMYK Percentages of Color #db0bbe

%0
%95
%13
%14

Triadic Colors of #db0bbe

#db0bbe #bedb0b #0bbedb

Analogous Colors of #db0bbe

#db0bbe #db0b56 #900bdb

Monochromatic Colors of #db0bbe

#db0bbe

Complementary Color

#db0bbe #0bdb28

#db0bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0bbe Color CSS Codes

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

#db0bbe Text Font Color

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

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


#db0bbe Background Color

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

This div background color is #db0bbe


#db0bbe Border Color

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

This div border color is #db0bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0bbe


Comments

No comments written yet.

Please login to write comment.