Color Hex Logo

#db4fbf Color Hex

#DB4FBF
(219,79,191)
0 Favorites   0 Comments

Color spaces of #db4fbf

RGB 21979191
HSL0.870.660.58
HSV312°64°86°
CMYK 0.000.640.13   0.14
XYZ41.413424.413651.8198
Yxy24.41360.35200.2075
Hunter Lab49.410163.1432-27.5944
CIE-Lab56.499566.5587-31.1508

#db4fbf color RGB value is (219,79,191).

#db4fbf hex color red value is 219, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db4fbf hue: 0.87 , saturation: 0.66 and the lightness value of db4fbf is 0.58.

The process color (four color CMYK) of #db4fbf color hex is 0.00, 0.64, 0.13, 0.14. Web safe color of #db4fbf is #cc66cc. Color #db4fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001111 10111111
Octal 333 117 277
Decimal 219 79 191
Hex DB 4F BF

RGB Percentages of Color #db4fbf

%44.79
%16.16
%39.06

CMYK Percentages of Color #db4fbf

%0
%64
%13
%14

Triadic Colors of #db4fbf

#db4fbf #bfdb4f #4fbfdb

Analogous Colors of #db4fbf

#db4fbf #db4f79 #b14fdb

Monochromatic Colors of #db4fbf

#db4fbf

Complementary Color

#db4fbf #4fdb6b

#db4fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4fbf Color CSS Codes

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

#db4fbf Text Font Color

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

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


#db4fbf Background Color

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

This div background color is #db4fbf


#db4fbf Border Color

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

This div border color is #db4fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4fbf


Comments

No comments written yet.

Please login to write comment.