Color Hex Logo

#dfb7df Color Hex

#DFB7DF
(223,183,223)
0 Favorites   0 Comments

Color spaces of #dfb7df

RGB 223183223
HSL0.830.380.80
HSV300°18°87°
CMYK 0.000.180.00   0.13
XYZ60.684254.882777.2070
Yxy54.88270.31480.2847
Hunter Lab74.082916.5714-9.9323
CIE-Lab78.973721.1730-14.5978

#dfb7df color RGB value is (223,183,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 11011111
Octal 337 267 337
Decimal 223 183 223
Hex DF B7 DF

RGB Percentages of Color #dfb7df

%35.45
%29.09
%35.45

CMYK Percentages of Color #dfb7df

%0
%18
%0
%13

Triadic Colors of #dfb7df

#dfb7df #dfdfb7 #b7dfdf

Analogous Colors of #dfb7df

#dfb7df #dfb7cb #cbb7df

Monochromatic Colors of #dfb7df

#dfb7df

Complementary Color

#dfb7df #b7dfb7

#dfb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7df Color CSS Codes

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

#dfb7df Text Font Color

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

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


#dfb7df Background Color

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

This div background color is #dfb7df


#dfb7df Border Color

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

This div border color is #dfb7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7df


Comments

No comments written yet.

Please login to write comment.