Color Hex Logo

#df7dbc Color Hex

#DF7DBC
(223,125,188)
0 Favorites   0 Comments

Color spaces of #df7dbc

RGB 223125188
HSL0.890.600.68
HSV321°44°87°
CMYK 0.000.440.16   0.13
XYZ46.842133.986051.6681
Yxy33.98600.35350.2565
Hunter Lab58.297541.4043-11.7395
CIE-Lab64.951546.0157-16.4260

#df7dbc color RGB value is (223,125,188).

#df7dbc hex color red value is 223, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #df7dbc hue: 0.89 , saturation: 0.60 and the lightness value of df7dbc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 10111100
Octal 337 175 274
Decimal 223 125 188
Hex DF 7D BC

RGB Percentages of Color #df7dbc

%41.60
%23.32
%35.07

CMYK Percentages of Color #df7dbc

%0
%44
%16
%13

Triadic Colors of #df7dbc

#df7dbc #bcdf7d #7dbcdf

Analogous Colors of #df7dbc

#df7dbc #df7d8b #d17ddf

Monochromatic Colors of #df7dbc

#df7dbc

Complementary Color

#df7dbc #7ddfa0

#df7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7dbc Color CSS Codes

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

#df7dbc Text Font Color

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

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


#df7dbc Background Color

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

This div background color is #df7dbc


#df7dbc Border Color

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

This div border color is #df7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7dbc


Comments

No comments written yet.

Please login to write comment.