Color Hex Logo

#df7d9a Color Hex

#DF7D9A
(223,125,154)
0 Favorites   0 Comments

Color spaces of #df7d9a

RGB 223125154
HSL0.950.600.68
HSV342°44°87°
CMYK 0.000.440.31   0.13
XYZ43.597832.688334.5835
Yxy32.68830.39320.2948
Hunter Lab57.173736.06134.1579
CIE-Lab63.907741.17761.3137

#df7d9a color RGB value is (223,125,154).

#df7d9a hex color red value is 223, green value is 125 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df7d9a hue: 0.95 , saturation: 0.60 and the lightness value of df7d9a is 0.68.

The process color (four color CMYK) of #df7d9a color hex is 0.00, 0.44, 0.31, 0.13. Web safe color of #df7d9a is #cc6699. Color #df7d9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 10011010
Octal 337 175 232
Decimal 223 125 154
Hex DF 7D 9A

RGB Percentages of Color #df7d9a

%44.42
%24.90
%30.68

CMYK Percentages of Color #df7d9a

%0
%44
%31
%13

Triadic Colors of #df7d9a

#df7d9a #9adf7d #7d9adf

Analogous Colors of #df7d9a

#df7d9a #df917d #df7dcb

Monochromatic Colors of #df7d9a

#df7d9a

Complementary Color

#df7d9a #7ddfc2

#df7d9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7d9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7d9a Color CSS Codes

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

#df7d9a Text Font Color

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

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


#df7d9a Background Color

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

This div background color is #df7d9a


#df7d9a Border Color

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

This div border color is #df7d9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7d9a


Comments

No comments written yet.

Please login to write comment.