Color Hex Logo

#dfbdfc Color Hex

#DFBDFC
(223,189,252)
0 Favorites   0 Comments

Color spaces of #dfbdfc

RGB 223189252
HSL0.760.910.86
HSV272°25°99°
CMYK 0.120.250.00   0.01
XYZ66.199759.1114100.0160
Yxy59.11140.29380.2623
Hunter Lab76.883919.1477-23.3098
CIE-Lab81.352823.5856-26.5669

#dfbdfc color RGB value is (223,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11111100
Octal 337 275 374
Decimal 223 189 252
Hex DF BD FC

RGB Percentages of Color #dfbdfc

%33.58
%28.46
%37.95

CMYK Percentages of Color #dfbdfc

%12
%25
%0
%1

Triadic Colors of #dfbdfc

#dfbdfc #fcdfbd #bdfcdf

Analogous Colors of #dfbdfc

#dfbdfc #fcbdfa #c0bdfc

Monochromatic Colors of #dfbdfc

#dfbdfc

Complementary Color

#dfbdfc #dafcbd

#dfbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdfc Color CSS Codes

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

#dfbdfc Text Font Color

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

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


#dfbdfc Background Color

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

This div background color is #dfbdfc


#dfbdfc Border Color

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

This div border color is #dfbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdfc


Comments

No comments written yet.

Please login to write comment.