Color Hex Logo

#dc9494 Color Hex

#DC9494
(220,148,148)
0 Favorites   0 Comments

Color spaces of #dc9494

RGB 220148148
HSL0.000.510.72
HSV33°86°
CMYK 0.000.330.33   0.14
XYZ45.450438.533633.0592
Yxy38.53360.38830.3292
Hunter Lab62.075422.062111.8770
CIE-Lab68.412127.148611.1149

#dc9494 color RGB value is (220,148,148).

#dc9494 hex color red value is 220, green value is 148 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dc9494 hue: 0.00 , saturation: 0.51 and the lightness value of dc9494 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 10010100
Octal 334 224 224
Decimal 220 148 148
Hex DC 94 94

RGB Percentages of Color #dc9494

%42.64
%28.68
%28.68

CMYK Percentages of Color #dc9494

%0
%33
%33
%14

Triadic Colors of #dc9494

#dc9494 #94dc94 #9494dc

Analogous Colors of #dc9494

#dc9494 #dcb894 #dc94b8

Monochromatic Colors of #dc9494

#dc9494

Complementary Color

#dc9494 #94dcdc

#dc9494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9494 Color CSS Codes

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

#dc9494 Text Font Color

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

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


#dc9494 Background Color

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

This div background color is #dc9494


#dc9494 Border Color

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

This div border color is #dc9494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9494


Comments

No comments written yet.

Please login to write comment.