Color Hex Logo

#df6aef Color Hex

#DF6AEF
(223,106,239)
0 Favorites   0 Comments

Color spaces of #df6aef

RGB 223106239
HSL0.810.810.68
HSV293°56°94°
CMYK 0.070.560.00   0.06
XYZ51.165432.228085.1853
Yxy32.22800.30350.1912
Hunter Lab56.769761.5315-49.2283
CIE-Lab63.530963.9337-47.1663

#df6aef color RGB value is (223,106,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101010 11101111
Octal 337 152 357
Decimal 223 106 239
Hex DF 6A EF

RGB Percentages of Color #df6aef

%39.26
%18.66
%42.08

CMYK Percentages of Color #df6aef

%7
%56
%0
%6

Triadic Colors of #df6aef

#df6aef #efdf6a #6aefdf

Analogous Colors of #df6aef

#df6aef #ef6abd #9d6aef

Monochromatic Colors of #df6aef

#df6aef

Complementary Color

#df6aef #7aef6a

#df6aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6aef Color CSS Codes

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

#df6aef Text Font Color

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

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


#df6aef Background Color

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

This div background color is #df6aef


#df6aef Border Color

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

This div border color is #df6aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6aef


Comments

No comments written yet.

Please login to write comment.