Color Hex Logo

#df67df Color Hex

#DF67DF
(223,103,223)
0 Favorites   0 Comments

Color spaces of #df67df

RGB 223103223
HSL0.830.650.64
HSV300°54°87°
CMYK 0.000.540.00   0.13
XYZ48.601030.716273.1793
Yxy30.71620.31870.2014
Hunter Lab55.422259.5419-39.4908
CIE-Lab62.267362.4680-40.2450

#df67df color RGB value is (223,103,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100111 11011111
Octal 337 147 337
Decimal 223 103 223
Hex DF 67 DF

RGB Percentages of Color #df67df

%40.62
%18.76
%40.62

CMYK Percentages of Color #df67df

%0
%54
%0
%13

Triadic Colors of #df67df

#df67df #dfdf67 #67dfdf

Analogous Colors of #df67df

#df67df #df67a3 #a367df

Monochromatic Colors of #df67df

#df67df

Complementary Color

#df67df #67df67

#df67df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df67df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df67df Color CSS Codes

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

#df67df Text Font Color

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

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


#df67df Background Color

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

This div background color is #df67df


#df67df Border Color

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

This div border color is #df67df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df67df


Comments

No comments written yet.

Please login to write comment.