Color Hex Logo

#dc8ea2 Color Hex

#DC8EA2
(220,142,162)
0 Favorites   0 Comments

Color spaces of #dc8ea2

RGB 220142162
HSL0.960.530.71
HSV345°35°86°
CMYK 0.000.350.26   0.14
XYZ45.709837.170338.9478
Yxy37.17030.37520.3051
Hunter Lab60.967527.13574.8010
CIE-Lab67.404632.23351.8285

#dc8ea2 color RGB value is (220,142,162).

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

The process color (four color CMYK) of #dc8ea2 color hex is 0.00, 0.35, 0.26, 0.14. Web safe color of #dc8ea2 is #cc9999. Color #dc8ea2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001110 10100010
Octal 334 216 242
Decimal 220 142 162
Hex DC 8E A2

RGB Percentages of Color #dc8ea2

%41.98
%27.10
%30.92

CMYK Percentages of Color #dc8ea2

%0
%35
%26
%14

Triadic Colors of #dc8ea2

#dc8ea2 #a2dc8e #8ea2dc

Analogous Colors of #dc8ea2

#dc8ea2 #dca18e #dc8ec9

Monochromatic Colors of #dc8ea2

#dc8ea2

Complementary Color

#dc8ea2 #8edcc8

#dc8ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8ea2 Color CSS Codes

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

#dc8ea2 Text Font Color

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

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


#dc8ea2 Background Color

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

This div background color is #dc8ea2


#dc8ea2 Border Color

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

This div border color is #dc8ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8ea2


Comments

No comments written yet.

Please login to write comment.