Color Hex Logo

#df6ef2 Color Hex

#DF6EF2
(223,110,242)
0 Favorites   0 Comments

Color spaces of #df6ef2

RGB 223110242
HSL0.810.840.69
HSV291°55°95°
CMYK 0.080.550.00   0.05
XYZ52.034433.250687.6799
Yxy33.25060.30080.1922
Hunter Lab57.663360.1645-49.7890
CIE-Lab64.363362.6354-47.5127

#df6ef2 color RGB value is (223,110,242).

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

The process color (four color CMYK) of #df6ef2 color hex is 0.08, 0.55, 0.00, 0.05. Web safe color of #df6ef2 is #cc66ff. Color #df6ef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101110 11110010
Octal 337 156 362
Decimal 223 110 242
Hex DF 6E F2

RGB Percentages of Color #df6ef2

%38.78
%19.13
%42.09

CMYK Percentages of Color #df6ef2

%8
%55
%0
%5

Triadic Colors of #df6ef2

#df6ef2 #f2df6e #6ef2df

Analogous Colors of #df6ef2

#df6ef2 #f26ec3 #9d6ef2

Monochromatic Colors of #df6ef2

#df6ef2

Complementary Color

#df6ef2 #81f26e

#df6ef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6ef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6ef2 Color CSS Codes

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

#df6ef2 Text Font Color

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

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


#df6ef2 Background Color

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

This div background color is #df6ef2


#df6ef2 Border Color

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

This div border color is #df6ef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6ef2


Comments

No comments written yet.

Please login to write comment.