Color Hex Logo

#dfc1fd Color Hex

#DFC1FD
(223,193,253)
0 Favorites   0 Comments

Color spaces of #dfc1fd

RGB 223193253
HSL0.750.940.87
HSV270°24°99°
CMYK 0.120.240.00   0.01
XYZ67.231060.9198101.1437
Yxy60.91980.29320.2657
Hunter Lab78.051117.1653-22.1960
CIE-Lab82.335621.6389-25.6003

#dfc1fd color RGB value is (223,193,253).

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

The process color (four color CMYK) of #dfc1fd color hex is 0.12, 0.24, 0.00, 0.01. Web safe color of #dfc1fd is #ccccff. Color #dfc1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 11111101
Octal 337 301 375
Decimal 223 193 253
Hex DF C1 FD

RGB Percentages of Color #dfc1fd

%33.33
%28.85
%37.82

CMYK Percentages of Color #dfc1fd

%12
%24
%0
%1

Triadic Colors of #dfc1fd

#dfc1fd #fddfc1 #c1fddf

Analogous Colors of #dfc1fd

#dfc1fd #fdc1fd #c1c1fd

Monochromatic Colors of #dfc1fd

#dfc1fd

Complementary Color

#dfc1fd #dffdc1

#dfc1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1fd Color CSS Codes

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

#dfc1fd Text Font Color

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

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


#dfc1fd Background Color

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

This div background color is #dfc1fd


#dfc1fd Border Color

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

This div border color is #dfc1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1fd


Comments

No comments written yet.

Please login to write comment.