Color Hex Logo

#dfc1fa Color Hex

#DFC1FA
(223,193,250)
0 Favorites   0 Comments

Color spaces of #dfc1fa

RGB 223193250
HSL0.750.850.87
HSV272°23°98°
CMYK 0.110.230.00   0.02
XYZ66.756760.730098.6461
Yxy60.73000.29520.2686
Hunter Lab77.929516.5319-20.5009
CIE-Lab82.233421.0295-24.1569

#dfc1fa color RGB value is (223,193,250).

#dfc1fa hex color red value is 223, green value is 193 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfc1fa hue: 0.75 , saturation: 0.85 and the lightness value of dfc1fa is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 11111010
Octal 337 301 372
Decimal 223 193 250
Hex DF C1 FA

RGB Percentages of Color #dfc1fa

%33.48
%28.98
%37.54

CMYK Percentages of Color #dfc1fa

%11
%23
%0
%2

Triadic Colors of #dfc1fa

#dfc1fa #fadfc1 #c1fadf

Analogous Colors of #dfc1fa

#dfc1fa #fac1f9 #c3c1fa

Monochromatic Colors of #dfc1fa

#dfc1fa

Complementary Color

#dfc1fa #dcfac1

#dfc1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1fa Color CSS Codes

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

#dfc1fa Text Font Color

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

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


#dfc1fa Background Color

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

This div background color is #dfc1fa


#dfc1fa Border Color

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

This div border color is #dfc1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.