Color Hex Logo

#dfc3fc Color Hex

#DFC3FC
(223,195,252)
0 Favorites   0 Comments

Color spaces of #dfc3fc

RGB 223195252
HSL0.750.900.88
HSV269°23°99°
CMYK 0.120.230.00   0.01
XYZ67.517261.7465100.4552
Yxy61.74650.29390.2688
Hunter Lab78.578915.8590-20.7910
CIE-Lab82.778420.3615-24.3930

#dfc3fc color RGB value is (223,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 11111100
Octal 337 303 374
Decimal 223 195 252
Hex DF C3 FC

RGB Percentages of Color #dfc3fc

%33.28
%29.10
%37.61

CMYK Percentages of Color #dfc3fc

%12
%23
%0
%1

Triadic Colors of #dfc3fc

#dfc3fc #fcdfc3 #c3fcdf

Analogous Colors of #dfc3fc

#dfc3fc #fcc3fc #c3c4fc

Monochromatic Colors of #dfc3fc

#dfc3fc

Complementary Color

#dfc3fc #e0fcc3

#dfc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc3fc Color CSS Codes

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

#dfc3fc Text Font Color

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

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


#dfc3fc Background Color

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

This div background color is #dfc3fc


#dfc3fc Border Color

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

This div border color is #dfc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.