Color Hex Logo

#dc947b Color Hex

#DC947B
(220,148,123)
0 Favorites   0 Comments

Color spaces of #dc947b

RGB 220148123
HSL0.040.580.67
HSV15°44°86°
CMYK 0.000.330.44   0.14
XYZ43.680337.825523.7377
Yxy37.82550.41500.3594
Hunter Lab61.502419.145120.1679
CIE-Lab67.891824.247924.2698

#dc947b color RGB value is (220,148,123).

#dc947b hex color red value is 220, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dc947b hue: 0.04 , saturation: 0.58 and the lightness value of dc947b is 0.67.

The process color (four color CMYK) of #dc947b color hex is 0.00, 0.33, 0.44, 0.14. Web safe color of #dc947b is #cc9966. Color #dc947b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 01111011
Octal 334 224 173
Decimal 220 148 123
Hex DC 94 7B

RGB Percentages of Color #dc947b

%44.81
%30.14
%25.05

CMYK Percentages of Color #dc947b

%0
%33
%44
%14

Triadic Colors of #dc947b

#dc947b #7bdc94 #947bdc

Analogous Colors of #dc947b

#dc947b #dcc57b #dc7b93

Monochromatic Colors of #dc947b

#dc947b

Complementary Color

#dc947b #7bc3dc

#dc947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc947b Color CSS Codes

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

#dc947b Text Font Color

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

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


#dc947b Background Color

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

This div background color is #dc947b


#dc947b Border Color

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

This div border color is #dc947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc947b


Comments

No comments written yet.

Please login to write comment.