Color Hex Logo

#df8193 Color Hex

#DF8193
(223,129,147)
0 Favorites   0 Comments

Color spaces of #df8193

RGB 223129147
HSL0.970.590.69
HSV349°42°87°
CMYK 0.000.420.34   0.13
XYZ43.548133.495131.7737
Yxy33.49510.40020.3078
Hunter Lab57.875033.03147.9619
CIE-Lab64.559838.22036.2385

#df8193 color RGB value is (223,129,147).

#df8193 hex color red value is 223, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #df8193 hue: 0.97 , saturation: 0.59 and the lightness value of df8193 is 0.69.

The process color (four color CMYK) of #df8193 color hex is 0.00, 0.42, 0.34, 0.13. Web safe color of #df8193 is #cc9999. Color #df8193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10010011
Octal 337 201 223
Decimal 223 129 147
Hex DF 81 93

RGB Percentages of Color #df8193

%44.69
%25.85
%29.46

CMYK Percentages of Color #df8193

%0
%42
%34
%13

Triadic Colors of #df8193

#df8193 #93df81 #8193df

Analogous Colors of #df8193

#df8193 #df9e81 #df81c2

Monochromatic Colors of #df8193

#df8193

Complementary Color

#df8193 #81dfcd

#df8193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8193 Color CSS Codes

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

#df8193 Text Font Color

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

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


#df8193 Background Color

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

This div background color is #df8193


#df8193 Border Color

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

This div border color is #df8193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8193


Comments

No comments written yet.

Please login to write comment.