Color Hex Logo

#dfc9fe Color Hex

#DFC9FE
(223,201,254)
0 Favorites   0 Comments

Color spaces of #dfc9fe

RGB 223201254
HSL0.740.960.89
HSV265°21°100°
CMYK 0.120.210.00   0.00
XYZ69.207564.6170102.5906
Yxy64.61700.29270.2733
Hunter Lab80.384713.0070-19.3993
CIE-Lab84.286017.5557-23.1637

#dfc9fe color RGB value is (223,201,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 11111110
Octal 337 311 376
Decimal 223 201 254
Hex DF C9 FE

RGB Percentages of Color #dfc9fe

%32.89
%29.65
%37.46

CMYK Percentages of Color #dfc9fe

%12
%21
%0
%0

Triadic Colors of #dfc9fe

#dfc9fe #fedfc9 #c9fedf

Analogous Colors of #dfc9fe

#dfc9fe #fac9fe #c9cefe

Monochromatic Colors of #dfc9fe

#dfc9fe

Complementary Color

#dfc9fe #e8fec9

#dfc9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9fe Color CSS Codes

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

#dfc9fe Text Font Color

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

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


#dfc9fe Background Color

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

This div background color is #dfc9fe


#dfc9fe Border Color

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

This div border color is #dfc9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.