Color Hex Logo

#dfc7ff Color Hex

#DFC7FF
(223,199,255)
0 Favorites   0 Comments

Color spaces of #dfc7ff

RGB 223199255
HSL0.741.000.89
HSV266°22°100°
CMYK 0.130.220.00   0.00
XYZ68.904863.7548103.2820
Yxy63.75480.29200.2702
Hunter Lab79.846614.3076-20.7993
CIE-Lab83.837918.8302-24.3757

#dfc7ff color RGB value is (223,199,255).

#dfc7ff hex color red value is 223, green value is 199 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfc7ff hue: 0.74 , saturation: 1.00 and the lightness value of dfc7ff is 0.89.

The process color (four color CMYK) of #dfc7ff color hex is 0.13, 0.22, 0.00, 0.00. Web safe color of #dfc7ff is #ccccff. Color #dfc7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11111111
Octal 337 307 377
Decimal 223 199 255
Hex DF C7 FF

RGB Percentages of Color #dfc7ff

%32.94
%29.39
%37.67

CMYK Percentages of Color #dfc7ff

%13
%22
%0
%0

Triadic Colors of #dfc7ff

#dfc7ff #ffdfc7 #c7ffdf

Analogous Colors of #dfc7ff

#dfc7ff #fbc7ff #c7cbff

Monochromatic Colors of #dfc7ff

#dfc7ff

Complementary Color

#dfc7ff #e7ffc7

#dfc7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7ff Color CSS Codes

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

#dfc7ff Text Font Color

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

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


#dfc7ff Background Color

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

This div background color is #dfc7ff


#dfc7ff Border Color

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

This div border color is #dfc7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7ff

Related Colors

#dfc7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.