Color Hex Logo

#dfd7fb Color Hex

#DFD7FB
(223,215,251)
0 Favorites   0 Comments

Color spaces of #dfd7fb

RGB 223215251
HSL0.700.820.91
HSV253°14°98°
CMYK 0.110.140.00   0.02
XYZ72.144571.2539101.2177
Yxy71.25390.29490.2913
Hunter Lab84.41204.8377-12.0057
CIE-Lab87.60829.5110-16.5572

#dfd7fb color RGB value is (223,215,251).

#dfd7fb hex color red value is 223, green value is 215 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfd7fb hue: 0.70 , saturation: 0.82 and the lightness value of dfd7fb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 11111011
Octal 337 327 373
Decimal 223 215 251
Hex DF D7 FB

RGB Percentages of Color #dfd7fb

%32.37
%31.20
%36.43

CMYK Percentages of Color #dfd7fb

%11
%14
%0
%2

Triadic Colors of #dfd7fb

#dfd7fb #fbdfd7 #d7fbdf

Analogous Colors of #dfd7fb

#dfd7fb #f1d7fb #d7e1fb

Monochromatic Colors of #dfd7fb

#dfd7fb

Complementary Color

#dfd7fb #f3fbd7

#dfd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd7fb Color CSS Codes

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

#dfd7fb Text Font Color

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

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


#dfd7fb Background Color

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

This div background color is #dfd7fb


#dfd7fb Border Color

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

This div border color is #dfd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd7fb


Comments

No comments written yet.

Please login to write comment.