Color Hex Logo

#dfc7fb Color Hex

#DFC7FB
(223,199,251)
0 Favorites   0 Comments

Color spaces of #dfc7fb

RGB 223199251
HSL0.740.870.88
HSV268°21°98°
CMYK 0.110.210.00   0.02
XYZ68.267463.499999.9254
Yxy63.49990.29460.2741
Hunter Lab79.686813.4683-18.5675
CIE-Lab83.704718.0152-22.4531

#dfc7fb color RGB value is (223,199,251).

#dfc7fb hex color red value is 223, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfc7fb hue: 0.74 , saturation: 0.87 and the lightness value of dfc7fb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11111011
Octal 337 307 373
Decimal 223 199 251
Hex DF C7 FB

RGB Percentages of Color #dfc7fb

%33.14
%29.57
%37.30

CMYK Percentages of Color #dfc7fb

%11
%21
%0
%2

Triadic Colors of #dfc7fb

#dfc7fb #fbdfc7 #c7fbdf

Analogous Colors of #dfc7fb

#dfc7fb #f9c7fb #c7c9fb

Monochromatic Colors of #dfc7fb

#dfc7fb

Complementary Color

#dfc7fb #e3fbc7

#dfc7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7fb Color CSS Codes

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

#dfc7fb Text Font Color

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

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


#dfc7fb Background Color

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

This div background color is #dfc7fb


#dfc7fb Border Color

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

This div border color is #dfc7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.