Color Hex Logo

#df667d Color Hex

#DF667D
(223,102,125)
0 Favorites   0 Comments

Color spaces of #df667d

RGB 223102125
HSL0.970.650.64
HSV349°54°87°
CMYK 0.000.540.44   0.13
XYZ38.884526.671422.5007
Yxy26.67140.44160.3029
Hunter Lab51.644444.020110.3193
CIE-Lab58.668949.329610.4966

#df667d color RGB value is (223,102,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 01111101
Octal 337 146 175
Decimal 223 102 125
Hex DF 66 7D

RGB Percentages of Color #df667d

%49.56
%22.67
%27.78

CMYK Percentages of Color #df667d

%0
%54
%44
%13

Triadic Colors of #df667d

#df667d #7ddf66 #667ddf

Analogous Colors of #df667d

#df667d #df8c66 #df66ba

Monochromatic Colors of #df667d

#df667d

Complementary Color

#df667d #66dfc8

#df667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df667d Color CSS Codes

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

#df667d Text Font Color

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

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


#df667d Background Color

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

This div background color is #df667d


#df667d Border Color

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

This div border color is #df667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df667d


Comments

No comments written yet.

Please login to write comment.