Color Hex Logo

#df938a Color Hex

#DF938A
(223,147,138)
0 Favorites   0 Comments

Color spaces of #df938a

RGB 223147138
HSL0.020.570.71
HSV38°87°
CMYK 0.000.340.38   0.13
XYZ45.452638.390429.0592
Yxy38.39040.40260.3400
Hunter Lab61.960022.514015.5650
CIE-Lab68.307427.606216.5905

#df938a color RGB value is (223,147,138).

#df938a hex color red value is 223, green value is 147 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df938a hue: 0.02 , saturation: 0.57 and the lightness value of df938a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010011 10001010
Octal 337 223 212
Decimal 223 147 138
Hex DF 93 8A

RGB Percentages of Color #df938a

%43.90
%28.94
%27.17

CMYK Percentages of Color #df938a

%0
%34
%38
%13

Triadic Colors of #df938a

#df938a #8adf93 #938adf

Analogous Colors of #df938a

#df938a #dfbe8a #df8aac

Monochromatic Colors of #df938a

#df938a

Complementary Color

#df938a #8ad6df

#df938a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df938a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df938a Color CSS Codes

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

#df938a Text Font Color

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

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


#df938a Background Color

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

This div background color is #df938a


#df938a Border Color

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

This div border color is #df938a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,147,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 #df938a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df938a


Comments

No comments written yet.

Please login to write comment.