Color Hex Logo

#dfd4fa Color Hex

#DFD4FA
(223,212,250)
0 Favorites   0 Comments

Color spaces of #dfd4fa

RGB 223212250
HSL0.710.790.91
HSV257°15°98°
CMYK 0.110.150.00   0.02
XYZ71.230269.6771100.1373
Yxy69.67710.29550.2891
Hunter Lab83.47286.2427-12.6957
CIE-Lab86.838310.8949-17.1877

#dfd4fa color RGB value is (223,212,250).

#dfd4fa hex color red value is 223, green value is 212 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfd4fa hue: 0.71 , saturation: 0.79 and the lightness value of dfd4fa is 0.91.

The process color (four color CMYK) of #dfd4fa color hex is 0.11, 0.15, 0.00, 0.02. Web safe color of #dfd4fa is #ccccff. Color #dfd4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 11111010
Octal 337 324 372
Decimal 223 212 250
Hex DF D4 FA

RGB Percentages of Color #dfd4fa

%32.55
%30.95
%36.50

CMYK Percentages of Color #dfd4fa

%11
%15
%0
%2

Triadic Colors of #dfd4fa

#dfd4fa #fadfd4 #d4fadf

Analogous Colors of #dfd4fa

#dfd4fa #f2d4fa #d4dcfa

Monochromatic Colors of #dfd4fa

#dfd4fa

Complementary Color

#dfd4fa #effad4

#dfd4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd4fa Color CSS Codes

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

#dfd4fa Text Font Color

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

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


#dfd4fa Background Color

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

This div background color is #dfd4fa


#dfd4fa Border Color

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

This div border color is #dfd4fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,212,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfd4fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.