Color Hex Logo

#db7acf Color Hex

#DB7ACF
(219,122,207)
0 Favorites   0 Comments

Color spaces of #db7acf

RGB 219122207
HSL0.850.570.67
HSV307°44°86°
CMYK 0.000.440.05   0.14
XYZ47.435433.484162.9944
Yxy33.48410.32960.2327
Hunter Lab57.865445.0615-24.0394
CIE-Lab64.551049.4024-27.7710

#db7acf color RGB value is (219,122,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 11001111
Octal 333 172 317
Decimal 219 122 207
Hex DB 7A CF

RGB Percentages of Color #db7acf

%39.96
%22.26
%37.77

CMYK Percentages of Color #db7acf

%0
%44
%5
%14

Triadic Colors of #db7acf

#db7acf #cfdb7a #7acfdb

Analogous Colors of #db7acf

#db7acf #db7a9f #b77adb

Monochromatic Colors of #db7acf

#db7acf

Complementary Color

#db7acf #7adb86

#db7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7acf Color CSS Codes

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

#db7acf Text Font Color

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

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


#db7acf Background Color

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

This div background color is #db7acf


#db7acf Border Color

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

This div border color is #db7acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7acf


Comments

No comments written yet.

Please login to write comment.