Color Hex Logo

#dc8da8 Color Hex

#DC8DA8
(220,141,168)
0 Favorites   0 Comments

Color spaces of #dc8da8

RGB 220141168
HSL0.940.530.71
HSV339°36°86°
CMYK 0.000.360.24   0.14
XYZ46.108037.092541.7752
Yxy37.09250.36890.2968
Hunter Lab60.903628.55481.9641
CIE-Lab67.346433.6188-1.6274

#dc8da8 color RGB value is (220,141,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001101 10101000
Octal 334 215 250
Decimal 220 141 168
Hex DC 8D A8

RGB Percentages of Color #dc8da8

%41.59
%26.65
%31.76

CMYK Percentages of Color #dc8da8

%0
%36
%24
%14

Triadic Colors of #dc8da8

#dc8da8 #a8dc8d #8da8dc

Analogous Colors of #dc8da8

#dc8da8 #dc9a8d #dc8dd0

Monochromatic Colors of #dc8da8

#dc8da8

Complementary Color

#dc8da8 #8ddcc1

#dc8da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8da8 Color CSS Codes

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

#dc8da8 Text Font Color

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

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


#dc8da8 Background Color

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

This div background color is #dc8da8


#dc8da8 Border Color

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

This div border color is #dc8da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8da8


Comments

No comments written yet.

Please login to write comment.