Color Hex Logo

#dfc1ff Color Hex

#DFC1FF
(223,193,255)
0 Favorites   0 Comments

Color spaces of #dfc1ff

RGB 223193255
HSL0.751.000.88
HSV269°24°100°
CMYK 0.130.240.00   0.00
XYZ67.551461.0479102.8308
Yxy61.04790.29190.2638
Hunter Lab78.133217.5923-23.3382
CIE-Lab82.404522.0486-26.5606

#dfc1ff color RGB value is (223,193,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 11111111
Octal 337 301 377
Decimal 223 193 255
Hex DF C1 FF

RGB Percentages of Color #dfc1ff

%33.23
%28.76
%38.00

CMYK Percentages of Color #dfc1ff

%13
%24
%0
%0

Triadic Colors of #dfc1ff

#dfc1ff #ffdfc1 #c1ffdf

Analogous Colors of #dfc1ff

#dfc1ff #fec1ff #c1c2ff

Monochromatic Colors of #dfc1ff

#dfc1ff

Complementary Color

#dfc1ff #e1ffc1

#dfc1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1ff Color CSS Codes

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

#dfc1ff Text Font Color

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

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


#dfc1ff Background Color

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

This div background color is #dfc1ff


#dfc1ff Border Color

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

This div border color is #dfc1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1ff

#dfc1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.