Color Hex Logo

#df6dbf Color Hex

#DF6DBF
(223,109,191)
0 Favorites   0 Comments

Color spaces of #df6dbf

RGB 223109191
HSL0.880.640.65
HSV317°51°87°
CMYK 0.000.510.14   0.13
XYZ45.304030.386852.7677
Yxy30.38680.35270.2365
Hunter Lab55.124250.2333-18.1684
CIE-Lab61.986554.4246-22.6368

#df6dbf color RGB value is (223,109,191).

#df6dbf hex color red value is 223, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #df6dbf hue: 0.88 , saturation: 0.64 and the lightness value of df6dbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101101 10111111
Octal 337 155 277
Decimal 223 109 191
Hex DF 6D BF

RGB Percentages of Color #df6dbf

%42.64
%20.84
%36.52

CMYK Percentages of Color #df6dbf

%0
%51
%14
%13

Triadic Colors of #df6dbf

#df6dbf #bfdf6d #6dbfdf

Analogous Colors of #df6dbf

#df6dbf #df6d86 #c66ddf

Monochromatic Colors of #df6dbf

#df6dbf

Complementary Color

#df6dbf #6ddf8d

#df6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6dbf Color CSS Codes

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

#df6dbf Text Font Color

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

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


#df6dbf Background Color

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

This div background color is #df6dbf


#df6dbf Border Color

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

This div border color is #df6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6dbf


Comments

No comments written yet.

Please login to write comment.