Color Hex Logo

#dc818a Color Hex

#DC818A
(220,129,138)
0 Favorites   0 Comments

Color spaces of #dc818a

RGB 220129138
HSL0.980.570.68
HSV354°41°86°
CMYK 0.000.410.37   0.14
XYZ41.952932.751128.1552
Yxy32.75110.40790.3184
Hunter Lab57.228630.704110.8906
CIE-Lab63.958936.045310.4425

#dc818a color RGB value is (220,129,138).

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

The process color (four color CMYK) of #dc818a color hex is 0.00, 0.41, 0.37, 0.14. Web safe color of #dc818a is #cc9999. Color #dc818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 10001010
Octal 334 201 212
Decimal 220 129 138
Hex DC 81 8A

RGB Percentages of Color #dc818a

%45.17
%26.49
%28.34

CMYK Percentages of Color #dc818a

%0
%41
%37
%14

Triadic Colors of #dc818a

#dc818a #8adc81 #818adc

Analogous Colors of #dc818a

#dc818a #dca681 #dc81b8

Monochromatic Colors of #dc818a

#dc818a

Complementary Color

#dc818a #81dcd3

#dc818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc818a Color CSS Codes

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

#dc818a Text Font Color

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

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


#dc818a Background Color

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

This div background color is #dc818a


#dc818a Border Color

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

This div border color is #dc818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc818a


Comments

No comments written yet.

Please login to write comment.