Color Hex Logo

#dfc7fc Color Hex

#DFC7FC
(223,199,252)
0 Favorites   0 Comments

Color spaces of #dfc7fc

RGB 223199252
HSL0.740.900.88
HSV267°21°99°
CMYK 0.120.210.00   0.01
XYZ68.425563.5631100.7579
Yxy63.56310.29400.2731
Hunter Lab79.726513.6769-19.1219
CIE-Lab83.737818.2181-22.9344

#dfc7fc color RGB value is (223,199,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11111100
Octal 337 307 374
Decimal 223 199 252
Hex DF C7 FC

RGB Percentages of Color #dfc7fc

%33.09
%29.53
%37.39

CMYK Percentages of Color #dfc7fc

%12
%21
%0
%1

Triadic Colors of #dfc7fc

#dfc7fc #fcdfc7 #c7fcdf

Analogous Colors of #dfc7fc

#dfc7fc #fac7fc #c7cafc

Monochromatic Colors of #dfc7fc

#dfc7fc

Complementary Color

#dfc7fc #e4fcc7

#dfc7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7fc Color CSS Codes

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

#dfc7fc Text Font Color

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

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


#dfc7fc Background Color

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

This div background color is #dfc7fc


#dfc7fc Border Color

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

This div border color is #dfc7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7fc


Comments

No comments written yet.

Please login to write comment.