Color Hex Logo

#df6ffc Color Hex

#DF6FFC
(223,111,252)
0 Favorites   0 Comments

Color spaces of #df6ffc

RGB 223111252
HSL0.800.960.71
HSV288°56°99°
CMYK 0.120.560.00   0.01
XYZ53.686634.085195.8450
Yxy34.08510.29240.1856
Hunter Lab58.382461.9735-56.4672
CIE-Lab65.030164.0456-51.9684

#df6ffc color RGB value is (223,111,252).

#df6ffc hex color red value is 223, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #df6ffc hue: 0.80 , saturation: 0.96 and the lightness value of df6ffc is 0.71.

The process color (four color CMYK) of #df6ffc color hex is 0.12, 0.56, 0.00, 0.01. Web safe color of #df6ffc is #cc66ff. Color #df6ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101111 11111100
Octal 337 157 374
Decimal 223 111 252
Hex DF 6F FC

RGB Percentages of Color #df6ffc

%38.05
%18.94
%43.00

CMYK Percentages of Color #df6ffc

%12
%56
%0
%1

Triadic Colors of #df6ffc

#df6ffc #fcdf6f #6ffcdf

Analogous Colors of #df6ffc

#df6ffc #fc6fd3 #996ffc

Monochromatic Colors of #df6ffc

#df6ffc

Complementary Color

#df6ffc #8cfc6f

#df6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6ffc Color CSS Codes

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

#df6ffc Text Font Color

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

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


#df6ffc Background Color

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

This div background color is #df6ffc


#df6ffc Border Color

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

This div border color is #df6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.