Color Hex Logo

#db72cf Color Hex

#DB72CF
(219,114,207)
0 Favorites   0 Comments

Color spaces of #db72cf

RGB 219114207
HSL0.850.590.65
HSV307°48°86°
CMYK 0.000.480.05   0.14
XYZ46.493231.599762.6804
Yxy31.59970.33030.2245
Hunter Lab56.213649.2601-26.7612
CIE-Lab63.010753.3983-30.1494

#db72cf color RGB value is (219,114,207).

#db72cf hex color red value is 219, green value is 114 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db72cf hue: 0.85 , saturation: 0.59 and the lightness value of db72cf is 0.65.

The process color (four color CMYK) of #db72cf color hex is 0.00, 0.48, 0.05, 0.14. Web safe color of #db72cf is #cc66cc. Color #db72cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 11001111
Octal 333 162 317
Decimal 219 114 207
Hex DB 72 CF

RGB Percentages of Color #db72cf

%40.56
%21.11
%38.33

CMYK Percentages of Color #db72cf

%0
%48
%5
%14

Triadic Colors of #db72cf

#db72cf #cfdb72 #72cfdb

Analogous Colors of #db72cf

#db72cf #db729b #b372db

Monochromatic Colors of #db72cf

#db72cf

Complementary Color

#db72cf #72db7e

#db72cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db72cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db72cf Color CSS Codes

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

#db72cf Text Font Color

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

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


#db72cf Background Color

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

This div background color is #db72cf


#db72cf Border Color

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

This div border color is #db72cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db72cf


Comments

No comments written yet.

Please login to write comment.