Color Hex Logo

#dc969a Color Hex

#DC969A
(220,150,154)
0 Favorites   0 Comments

Color spaces of #dc969a

RGB 220150154
HSL0.990.500.73
HSV357°32°86°
CMYK 0.000.320.30   0.14
XYZ46.254339.361435.7315
Yxy39.36140.38120.3244
Hunter Lab62.738721.807110.1497
CIE-Lab69.012226.85348.6211

#dc969a color RGB value is (220,150,154).

#dc969a hex color red value is 220, green value is 150 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc969a hue: 0.99 , saturation: 0.50 and the lightness value of dc969a is 0.73.

The process color (four color CMYK) of #dc969a color hex is 0.00, 0.32, 0.30, 0.14. Web safe color of #dc969a is #cc9999. Color #dc969a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 10011010
Octal 334 226 232
Decimal 220 150 154
Hex DC 96 9A

RGB Percentages of Color #dc969a

%41.98
%28.63
%29.39

CMYK Percentages of Color #dc969a

%0
%32
%30
%14

Triadic Colors of #dc969a

#dc969a #9adc96 #969adc

Analogous Colors of #dc969a

#dc969a #dcb596 #dc96bd

Monochromatic Colors of #dc969a

#dc969a

Complementary Color

#dc969a #96dcd8

#dc969a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc969a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc969a Color CSS Codes

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

#dc969a Text Font Color

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

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


#dc969a Background Color

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

This div background color is #dc969a


#dc969a Border Color

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

This div border color is #dc969a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc969a


Comments

No comments written yet.

Please login to write comment.