Color Hex Logo

#dc929e Color Hex

#DC929E
(220,146,158)
0 Favorites   0 Comments

Color spaces of #dc929e

RGB 220146158
HSL0.970.510.72
HSV350°34°86°
CMYK 0.000.340.28   0.14
XYZ45.965638.242037.3065
Yxy38.24200.37830.3147
Hunter Lab61.840124.45847.5200
CIE-Lab68.198629.54055.2205

#dc929e color RGB value is (220,146,158).

#dc929e hex color red value is 220, green value is 146 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dc929e hue: 0.97 , saturation: 0.51 and the lightness value of dc929e is 0.72.

The process color (four color CMYK) of #dc929e color hex is 0.00, 0.34, 0.28, 0.14. Web safe color of #dc929e is #cc9999. Color #dc929e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 10011110
Octal 334 222 236
Decimal 220 146 158
Hex DC 92 9E

RGB Percentages of Color #dc929e

%41.98
%27.86
%30.15

CMYK Percentages of Color #dc929e

%0
%34
%28
%14

Triadic Colors of #dc929e

#dc929e #9edc92 #929edc

Analogous Colors of #dc929e

#dc929e #dcab92 #dc92c3

Monochromatic Colors of #dc929e

#dc929e

Complementary Color

#dc929e #92dcd0

#dc929e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc929e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc929e Color CSS Codes

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

#dc929e Text Font Color

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

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


#dc929e Background Color

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

This div background color is #dc929e


#dc929e Border Color

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

This div border color is #dc929e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc929e


Comments

No comments written yet.

Please login to write comment.