Color Hex Logo

#df6dbb Color Hex

#DF6DBB
(223,109,187)
0 Favorites   0 Comments

Color spaces of #df6dbb

RGB 223109187
HSL0.890.640.65
HSV319°51°87°
CMYK 0.000.510.16   0.13
XYZ44.869730.213150.4805
Yxy30.21310.35730.2406
Hunter Lab54.966449.5202-15.9747
CIE-Lab61.837753.8142-20.5901

#df6dbb color RGB value is (223,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101101 10111011
Octal 337 155 273
Decimal 223 109 187
Hex DF 6D BB

RGB Percentages of Color #df6dbb

%42.97
%21.00
%36.03

CMYK Percentages of Color #df6dbb

%0
%51
%16
%13

Triadic Colors of #df6dbb

#df6dbb #bbdf6d #6dbbdf

Analogous Colors of #df6dbb

#df6dbb #df6d82 #ca6ddf

Monochromatic Colors of #df6dbb

#df6dbb

Complementary Color

#df6dbb #6ddf91

#df6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6dbb Color CSS Codes

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

#df6dbb Text Font Color

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

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


#df6dbb Background Color

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

This div background color is #df6dbb


#df6dbb Border Color

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

This div border color is #df6dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,109,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6dbb


Comments

No comments written yet.

Please login to write comment.