Color Hex Logo

#df788a Color Hex

#DF788A
(223,120,138)
0 Favorites   0 Comments

Color spaces of #df788a

RGB 223120138
HSL0.970.620.67
HSV350°46°87°
CMYK 0.000.460.38   0.13
XYZ41.735330.955927.8201
Yxy30.95590.41520.3080
Hunter Lab55.638036.53029.3005
CIE-Lab62.470441.80188.3837

#df788a color RGB value is (223,120,138).

#df788a hex color red value is 223, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df788a hue: 0.97 , saturation: 0.62 and the lightness value of df788a is 0.67.

The process color (four color CMYK) of #df788a color hex is 0.00, 0.46, 0.38, 0.13. Web safe color of #df788a is #cc6699. Color #df788a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111000 10001010
Octal 337 170 212
Decimal 223 120 138
Hex DF 78 8A

RGB Percentages of Color #df788a

%46.36
%24.95
%28.69

CMYK Percentages of Color #df788a

%0
%46
%38
%13

Triadic Colors of #df788a

#df788a #8adf78 #788adf

Analogous Colors of #df788a

#df788a #df9a78 #df78be

Monochromatic Colors of #df788a

#df788a

Complementary Color

#df788a #78dfcd

#df788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df788a Color CSS Codes

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

#df788a Text Font Color

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

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


#df788a Background Color

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

This div background color is #df788a


#df788a Border Color

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

This div border color is #df788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df788a


Comments

No comments written yet.

Please login to write comment.