Color Hex Logo

#dfc8fb Color Hex

#DFC8FB
(223,200,251)
0 Favorites   0 Comments

Color spaces of #dfc8fb

RGB 223200251
HSL0.740.860.88
HSV267°20°98°
CMYK 0.110.200.00   0.02
XYZ68.498363.9616100.0024
Yxy63.96160.29470.2751
Hunter Lab79.976012.9247-18.1533
CIE-Lab83.945817.4804-22.0874

#dfc8fb color RGB value is (223,200,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 11111011
Octal 337 310 373
Decimal 223 200 251
Hex DF C8 FB

RGB Percentages of Color #dfc8fb

%33.09
%29.67
%37.24

CMYK Percentages of Color #dfc8fb

%11
%20
%0
%2

Triadic Colors of #dfc8fb

#dfc8fb #fbdfc8 #c8fbdf

Analogous Colors of #dfc8fb

#dfc8fb #f9c8fb #c8cbfb

Monochromatic Colors of #dfc8fb

#dfc8fb

Complementary Color

#dfc8fb #e4fbc8

#dfc8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8fb Color CSS Codes

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

#dfc8fb Text Font Color

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

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


#dfc8fb Background Color

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

This div background color is #dfc8fb


#dfc8fb Border Color

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

This div border color is #dfc8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.