Color Hex Logo

#df68dc Color Hex

#DF68DC
(223,104,220)
0 Favorites   0 Comments

Color spaces of #df68dc

RGB 223104220
HSL0.840.650.64
HSV302°53°87°
CMYK 0.000.530.01   0.13
XYZ48.300030.755971.1009
Yxy30.75590.32170.2048
Hunter Lab55.458058.4094-37.1932
CIE-Lab62.301061.4956-38.5124

#df68dc color RGB value is (223,104,220).

#df68dc hex color red value is 223, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #df68dc hue: 0.84 , saturation: 0.65 and the lightness value of df68dc is 0.64.

The process color (four color CMYK) of #df68dc color hex is 0.00, 0.53, 0.01, 0.13. Web safe color of #df68dc is #cc66cc. Color #df68dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 11011100
Octal 337 150 334
Decimal 223 104 220
Hex DF 68 DC

RGB Percentages of Color #df68dc

%40.77
%19.01
%40.22

CMYK Percentages of Color #df68dc

%0
%53
%1
%13

Triadic Colors of #df68dc

#df68dc #dcdf68 #68dcdf

Analogous Colors of #df68dc

#df68dc #df68a1 #a768df

Monochromatic Colors of #df68dc

#df68dc

Complementary Color

#df68dc #68df6b

#df68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df68dc Color CSS Codes

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

#df68dc Text Font Color

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

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


#df68dc Background Color

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

This div background color is #df68dc


#df68dc Border Color

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

This div border color is #df68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df68dc


Comments

No comments written yet.

Please login to write comment.