Color Hex Logo

#df88fc Color Hex

#DF88FC
(223,136,252)
0 Favorites   0 Comments

Color spaces of #df88fc

RGB 223136252
HSL0.790.950.76
HSV285°46°99°
CMYK 0.120.460.00   0.01
XYZ56.806340.324696.8849
Yxy40.32460.29280.2078
Hunter Lab63.501748.5518-46.0080
CIE-Lab69.700151.7717-44.6074

#df88fc color RGB value is (223,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001000 11111100
Octal 337 210 374
Decimal 223 136 252
Hex DF 88 FC

RGB Percentages of Color #df88fc

%36.50
%22.26
%41.24

CMYK Percentages of Color #df88fc

%12
%46
%0
%1

Triadic Colors of #df88fc

#df88fc #fcdf88 #88fcdf

Analogous Colors of #df88fc

#df88fc #fc88df #a588fc

Monochromatic Colors of #df88fc

#df88fc

Complementary Color

#df88fc #a5fc88

#df88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df88fc Color CSS Codes

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

#df88fc Text Font Color

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

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


#df88fc Background Color

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

This div background color is #df88fc


#df88fc Border Color

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

This div border color is #df88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df88fc


Comments

No comments written yet.

Please login to write comment.