Color Hex Logo

#db07be Color Hex

#DB07BE
(219,7,190)
0 Favorites   0 Comments

Color spaces of #db07be

RGB 2197190
HSL0.860.940.44
HSV308°97°86°
CMYK 0.000.970.13   0.14
XYZ38.583718.929750.3354
Yxy18.92970.35780.1755
Hunter Lab43.508382.1566-38.1377
CIE-Lab50.604983.1289-39.8085

#db07be color RGB value is (219,7,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10111110
Octal 333 7 276
Decimal 219 7 190
Hex DB 7 BE

RGB Percentages of Color #db07be

%52.64
%1.68
%45.67

CMYK Percentages of Color #db07be

%0
%97
%13
%14

Triadic Colors of #db07be

#db07be #bedb07 #07bedb

Analogous Colors of #db07be

#db07be #db0754 #8e07db

Monochromatic Colors of #db07be

#db07be

Complementary Color

#db07be #07db24

#db07be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db07be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db07be Color CSS Codes

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

#db07be Text Font Color

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

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


#db07be Background Color

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

This div background color is #db07be


#db07be Border Color

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

This div border color is #db07be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db07be


Comments

No comments written yet.

Please login to write comment.