Color Hex Logo

#dfc8fe Color Hex

#DFC8FE
(223,200,254)
0 Favorites   0 Comments

Color spaces of #dfc8fe

RGB 223200254
HSL0.740.960.89
HSV266°21°100°
CMYK 0.120.210.00   0.00
XYZ68.975164.1523102.5132
Yxy64.15230.29270.2722
Hunter Lab80.095113.5514-19.8183
CIE-Lab84.045018.0904-23.5299

#dfc8fe color RGB value is (223,200,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 11111110
Octal 337 310 376
Decimal 223 200 254
Hex DF C8 FE

RGB Percentages of Color #dfc8fe

%32.94
%29.54
%37.52

CMYK Percentages of Color #dfc8fe

%12
%21
%0
%0

Triadic Colors of #dfc8fe

#dfc8fe #fedfc8 #c8fedf

Analogous Colors of #dfc8fe

#dfc8fe #fac8fe #c8ccfe

Monochromatic Colors of #dfc8fe

#dfc8fe

Complementary Color

#dfc8fe #e7fec8

#dfc8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8fe Color CSS Codes

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

#dfc8fe Text Font Color

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

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


#dfc8fe Background Color

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

This div background color is #dfc8fe


#dfc8fe Border Color

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

This div border color is #dfc8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8fe


Comments

No comments written yet.

Please login to write comment.