Color Hex Logo

#df6fef Color Hex

#DF6FEF
(223,111,239)
0 Favorites   0 Comments

Color spaces of #df6fef

RGB 223111239
HSL0.810.800.69
HSV293°54°94°
CMYK 0.070.540.00   0.06
XYZ51.695933.288885.3621
Yxy33.28880.30350.1954
Hunter Lab57.696458.9669-47.3323
CIE-Lab64.394161.6139-45.8054

#df6fef color RGB value is (223,111,239).

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

The process color (four color CMYK) of #df6fef color hex is 0.07, 0.54, 0.00, 0.06. Web safe color of #df6fef is #cc66ff. Color #df6fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101111 11101111
Octal 337 157 357
Decimal 223 111 239
Hex DF 6F EF

RGB Percentages of Color #df6fef

%38.92
%19.37
%41.71

CMYK Percentages of Color #df6fef

%7
%54
%0
%6

Triadic Colors of #df6fef

#df6fef #efdf6f #6fefdf

Analogous Colors of #df6fef

#df6fef #ef6fbf #9f6fef

Monochromatic Colors of #df6fef

#df6fef

Complementary Color

#df6fef #7fef6f

#df6fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6fef Color CSS Codes

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

#df6fef Text Font Color

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

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


#df6fef Background Color

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

This div background color is #df6fef


#df6fef Border Color

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

This div border color is #df6fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6fef


Comments

No comments written yet.

Please login to write comment.