Color Hex Logo

#dfb9ca Color Hex

#DFB9CA
(223,185,202)
0 Favorites   0 Comments

Color spaces of #dfb9ca

RGB 223185202
HSL0.930.370.80
HSV333°17°87°
CMYK 0.000.170.09   0.13
XYZ58.441154.650263.3455
Yxy54.65020.33120.3097
Hunter Lab73.925811.74080.9436
CIE-Lab78.839416.3804-3.4449

#dfb9ca color RGB value is (223,185,202).

#dfb9ca hex color red value is 223, green value is 185 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfb9ca hue: 0.93 , saturation: 0.37 and the lightness value of dfb9ca is 0.80.

The process color (four color CMYK) of #dfb9ca color hex is 0.00, 0.17, 0.09, 0.13. Web safe color of #dfb9ca is #cccccc. Color #dfb9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 11001010
Octal 337 271 312
Decimal 223 185 202
Hex DF B9 CA

RGB Percentages of Color #dfb9ca

%36.56
%30.33
%33.11

CMYK Percentages of Color #dfb9ca

%0
%17
%9
%13

Triadic Colors of #dfb9ca

#dfb9ca #cadfb9 #b9cadf

Analogous Colors of #dfb9ca

#dfb9ca #dfbbb9 #dfb9dd

Monochromatic Colors of #dfb9ca

#dfb9ca

Complementary Color

#dfb9ca #b9dfce

#dfb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb9ca Color CSS Codes

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

#dfb9ca Text Font Color

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

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


#dfb9ca Background Color

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

This div background color is #dfb9ca


#dfb9ca Border Color

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

This div border color is #dfb9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb9ca


Comments

No comments written yet.

Please login to write comment.