Color Hex Logo

#df0dbc Color Hex

#DF0DBC
(223,13,188)
0 Favorites   0 Comments

Color spaces of #df0dbc

RGB 22313188
HSL0.860.890.46
HSV310°94°87°
CMYK 0.000.940.16   0.13
XYZ39.652419.606749.2715
Yxy19.60670.36540.1807
Hunter Lab44.279582.3583-34.9787
CIE-Lab51.389683.1335-37.3582

#df0dbc color RGB value is (223,13,188).

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

The process color (four color CMYK) of #df0dbc color hex is 0.00, 0.94, 0.16, 0.13. Web safe color of #df0dbc is #cc00cc. Color #df0dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001101 10111100
Octal 337 15 274
Decimal 223 13 188
Hex DF D BC

RGB Percentages of Color #df0dbc

%52.59
%3.07
%44.34

CMYK Percentages of Color #df0dbc

%0
%94
%16
%13

Triadic Colors of #df0dbc

#df0dbc #bcdf0d #0dbcdf

Analogous Colors of #df0dbc

#df0dbc #df0d53 #990ddf

Monochromatic Colors of #df0dbc

#df0dbc

Complementary Color

#df0dbc #0ddf30

#df0dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0dbc Color CSS Codes

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

#df0dbc Text Font Color

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

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


#df0dbc Background Color

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

This div background color is #df0dbc


#df0dbc Border Color

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

This div border color is #df0dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0dbc


Comments

No comments written yet.

Please login to write comment.