Color Hex Logo

#dc927e Color Hex

#DC927E
(220,146,126)
0 Favorites   0 Comments

Color spaces of #dc927e

RGB 220146126
HSL0.040.570.68
HSV13°43°86°
CMYK 0.000.340.43   0.14
XYZ43.560037.279824.6385
Yxy37.27980.41300.3534
Hunter Lab61.057220.497118.8146
CIE-Lab67.486425.640722.0671

#dc927e color RGB value is (220,146,126).

#dc927e hex color red value is 220, green value is 146 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc927e hue: 0.04 , saturation: 0.57 and the lightness value of dc927e is 0.68.

The process color (four color CMYK) of #dc927e color hex is 0.00, 0.34, 0.43, 0.14. Web safe color of #dc927e is #cc9966. Color #dc927e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 01111110
Octal 334 222 176
Decimal 220 146 126
Hex DC 92 7E

RGB Percentages of Color #dc927e

%44.72
%29.67
%25.61

CMYK Percentages of Color #dc927e

%0
%34
%43
%14

Triadic Colors of #dc927e

#dc927e #7edc92 #927edc

Analogous Colors of #dc927e

#dc927e #dcc17e #dc7e99

Monochromatic Colors of #dc927e

#dc927e

Complementary Color

#dc927e #7ec8dc

#dc927e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc927e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc927e Color CSS Codes

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

#dc927e Text Font Color

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

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


#dc927e Background Color

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

This div background color is #dc927e


#dc927e Border Color

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

This div border color is #dc927e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc927e


Comments

No comments written yet.

Please login to write comment.