Color Hex Logo

#dc938f Color Hex

#DC938F
(220,147,143)
0 Favorites   0 Comments

Color spaces of #dc938f

RGB 220147143
HSL0.010.520.71
HSV35°86°
CMYK 0.000.330.35   0.14
XYZ44.906838.066330.9673
Yxy38.06630.39410.3341
Hunter Lab61.697921.949913.4298
CIE-Lab68.069527.060313.4215

#dc938f color RGB value is (220,147,143).

#dc938f hex color red value is 220, green value is 147 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dc938f hue: 0.01 , saturation: 0.52 and the lightness value of dc938f is 0.71.

The process color (four color CMYK) of #dc938f color hex is 0.00, 0.33, 0.35, 0.14. Web safe color of #dc938f is #cc9999. Color #dc938f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 10001111
Octal 334 223 217
Decimal 220 147 143
Hex DC 93 8F

RGB Percentages of Color #dc938f

%43.14
%28.82
%28.04

CMYK Percentages of Color #dc938f

%0
%33
%35
%14

Triadic Colors of #dc938f

#dc938f #8fdc93 #938fdc

Analogous Colors of #dc938f

#dc938f #dcba8f #dc8fb2

Monochromatic Colors of #dc938f

#dc938f

Complementary Color

#dc938f #8fd8dc

#dc938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc938f Color CSS Codes

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

#dc938f Text Font Color

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

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


#dc938f Background Color

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

This div background color is #dc938f


#dc938f Border Color

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

This div border color is #dc938f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc938f


Comments

No comments written yet.

Please login to write comment.