Color Hex Logo

#dfc7fe Color Hex

#DFC7FE
(223,199,254)
0 Favorites   0 Comments

Color spaces of #dfc7fe

RGB 223199254
HSL0.740.960.89
HSV266°22°100°
CMYK 0.120.220.00   0.00
XYZ68.744263.6906102.4362
Yxy63.69060.29270.2712
Hunter Lab79.806414.0964-20.2377
CIE-Lab83.804418.6255-23.8956

#dfc7fe color RGB value is (223,199,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11111110
Octal 337 307 376
Decimal 223 199 254
Hex DF C7 FE

RGB Percentages of Color #dfc7fe

%32.99
%29.44
%37.57

CMYK Percentages of Color #dfc7fe

%12
%22
%0
%0

Triadic Colors of #dfc7fe

#dfc7fe #fedfc7 #c7fedf

Analogous Colors of #dfc7fe

#dfc7fe #fbc7fe #c7cbfe

Monochromatic Colors of #dfc7fe

#dfc7fe

Complementary Color

#dfc7fe #e6fec7

#dfc7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7fe Color CSS Codes

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

#dfc7fe Text Font Color

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

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


#dfc7fe Background Color

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

This div background color is #dfc7fe


#dfc7fe Border Color

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

This div border color is #dfc7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7fe


Comments

No comments written yet.

Please login to write comment.