Color Hex Logo

#df87fc Color Hex

#DF87FC
(223,135,252)
0 Favorites   0 Comments

Color spaces of #df87fc

RGB 223135252
HSL0.790.950.76
HSV285°46°99°
CMYK 0.120.460.00   0.01
XYZ56.666140.044296.8381
Yxy40.04420.29280.2069
Hunter Lab63.280549.1015-46.4351
CIE-Lab69.501052.2831-44.9197

#df87fc color RGB value is (223,135,252).

#df87fc hex color red value is 223, green value is 135 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #df87fc hue: 0.79 , saturation: 0.95 and the lightness value of df87fc is 0.76.

The process color (four color CMYK) of #df87fc color hex is 0.12, 0.46, 0.00, 0.01. Web safe color of #df87fc is #cc99ff. Color #df87fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 11111100
Octal 337 207 374
Decimal 223 135 252
Hex DF 87 FC

RGB Percentages of Color #df87fc

%36.56
%22.13
%41.31

CMYK Percentages of Color #df87fc

%12
%46
%0
%1

Triadic Colors of #df87fc

#df87fc #fcdf87 #87fcdf

Analogous Colors of #df87fc

#df87fc #fc87df #a587fc

Monochromatic Colors of #df87fc

#df87fc

Complementary Color

#df87fc #a4fc87

#df87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df87fc Color CSS Codes

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

#df87fc Text Font Color

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

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


#df87fc Background Color

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

This div background color is #df87fc


#df87fc Border Color

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

This div border color is #df87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df87fc


Comments

No comments written yet.

Please login to write comment.