Color Hex Logo

#dfb7ca Color Hex

#DFB7CA
(223,183,202)
0 Favorites   0 Comments

Color spaces of #dfb7ca

RGB 223183202
HSL0.920.380.80
HSV332°18°87°
CMYK 0.000.180.09   0.13
XYZ58.025653.819263.2070
Yxy53.81920.33150.3074
Hunter Lab73.361612.80250.2699
CIE-Lab78.356217.4530-4.1562

#dfb7ca color RGB value is (223,183,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11001010
Octal 337 267 312
Decimal 223 183 202
Hex DF B7 CA

RGB Percentages of Color #dfb7ca

%36.68
%30.10
%33.22

CMYK Percentages of Color #dfb7ca

%0
%18
%9
%13

Triadic Colors of #dfb7ca

#dfb7ca #cadfb7 #b7cadf

Analogous Colors of #dfb7ca

#dfb7ca #dfb8b7 #dfb7de

Monochromatic Colors of #dfb7ca

#dfb7ca

Complementary Color

#dfb7ca #b7dfcc

#dfb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7ca Color CSS Codes

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

#dfb7ca Text Font Color

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

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


#dfb7ca Background Color

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

This div background color is #dfb7ca


#dfb7ca Border Color

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

This div border color is #dfb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7ca


Comments

No comments written yet.

Please login to write comment.