Color Hex Logo

#dfc3fd Color Hex

#DFC3FD
(223,195,253)
0 Favorites   0 Comments

Color spaces of #dfc3fd

RGB 223195253
HSL0.750.940.88
HSV269°23°99°
CMYK 0.120.230.00   0.01
XYZ67.676261.8100101.2921
Yxy61.81000.29330.2678
Hunter Lab78.619316.0705-21.3549
CIE-Lab82.812320.5655-24.8739

#dfc3fd color RGB value is (223,195,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 11111101
Octal 337 303 375
Decimal 223 195 253
Hex DF C3 FD

RGB Percentages of Color #dfc3fd

%33.23
%29.06
%37.70

CMYK Percentages of Color #dfc3fd

%12
%23
%0
%1

Triadic Colors of #dfc3fd

#dfc3fd #fddfc3 #c3fddf

Analogous Colors of #dfc3fd

#dfc3fd #fcc3fd #c3c4fd

Monochromatic Colors of #dfc3fd

#dfc3fd

Complementary Color

#dfc3fd #e1fdc3

#dfc3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc3fd Color CSS Codes

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

#dfc3fd Text Font Color

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

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


#dfc3fd Background Color

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

This div background color is #dfc3fd


#dfc3fd Border Color

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

This div border color is #dfc3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc3fd


Comments

No comments written yet.

Please login to write comment.