Color Hex Logo

#dfbcfc Color Hex

#DFBCFC
(223,188,252)
0 Favorites   0 Comments

Color spaces of #dfbcfc

RGB 223188252
HSL0.760.910.86
HSV273°25°99°
CMYK 0.120.250.00   0.01
XYZ65.985358.682799.9445
Yxy58.68270.29380.2613
Hunter Lab76.604619.6973-23.7312
CIE-Lab81.116924.1235-26.9273

#dfbcfc color RGB value is (223,188,252).

#dfbcfc hex color red value is 223, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dfbcfc hue: 0.76 , saturation: 0.91 and the lightness value of dfbcfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11111100
Octal 337 274 374
Decimal 223 188 252
Hex DF BC FC

RGB Percentages of Color #dfbcfc

%33.63
%28.36
%38.01

CMYK Percentages of Color #dfbcfc

%12
%25
%0
%1

Triadic Colors of #dfbcfc

#dfbcfc #fcdfbc #bcfcdf

Analogous Colors of #dfbcfc

#dfbcfc #fcbcf9 #bfbcfc

Monochromatic Colors of #dfbcfc

#dfbcfc

Complementary Color

#dfbcfc #d9fcbc

#dfbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcfc Color CSS Codes

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

#dfbcfc Text Font Color

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

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


#dfbcfc Background Color

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

This div background color is #dfbcfc


#dfbcfc Border Color

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

This div border color is #dfbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcfc


Comments

No comments written yet.

Please login to write comment.