Color Hex Logo

#dfb8ca Color Hex

#DFB8CA
(223,184,202)
0 Favorites   0 Comments

Color spaces of #dfb8ca

RGB 223184202
HSL0.920.380.80
HSV332°17°87°
CMYK 0.000.170.09   0.13
XYZ58.232654.233263.2760
Yxy54.23320.33140.3086
Hunter Lab73.643212.27150.6068
CIE-Lab78.597516.9166-3.8008

#dfb8ca color RGB value is (223,184,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 11001010
Octal 337 270 312
Decimal 223 184 202
Hex DF B8 CA

RGB Percentages of Color #dfb8ca

%36.62
%30.21
%33.17

CMYK Percentages of Color #dfb8ca

%0
%17
%9
%13

Triadic Colors of #dfb8ca

#dfb8ca #cadfb8 #b8cadf

Analogous Colors of #dfb8ca

#dfb8ca #dfbab8 #dfb8de

Monochromatic Colors of #dfb8ca

#dfb8ca

Complementary Color

#dfb8ca #b8dfcd

#dfb8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8ca Color CSS Codes

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

#dfb8ca Text Font Color

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

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


#dfb8ca Background Color

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

This div background color is #dfb8ca


#dfb8ca Border Color

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

This div border color is #dfb8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8ca


Comments

No comments written yet.

Please login to write comment.