Color Hex Logo

#dc938c Color Hex

#DC938C
(220,147,140)
0 Favorites   0 Comments

Color spaces of #dc938c

RGB 220147140
HSL0.010.530.71
HSV36°86°
CMYK 0.000.330.36   0.14
XYZ44.682537.976529.7861
Yxy37.97650.39740.3377
Hunter Lab61.625121.581114.4801
CIE-Lab68.003326.696015.0014

#dc938c color RGB value is (220,147,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010011 10001100
Octal 334 223 214
Decimal 220 147 140
Hex DC 93 8C

RGB Percentages of Color #dc938c

%43.39
%28.99
%27.61

CMYK Percentages of Color #dc938c

%0
%33
%36
%14

Triadic Colors of #dc938c

#dc938c #8cdc93 #938cdc

Analogous Colors of #dc938c

#dc938c #dcbb8c #dc8cad

Monochromatic Colors of #dc938c

#dc938c

Complementary Color

#dc938c #8cd5dc

#dc938c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc938c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc938c Color CSS Codes

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

#dc938c Text Font Color

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

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


#dc938c Background Color

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

This div background color is #dc938c


#dc938c Border Color

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

This div border color is #dc938c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc938c


Comments

No comments written yet.

Please login to write comment.