Color Hex Logo

#dc7481 Color Hex

#DC7481
(220,116,129)
0 Favorites   0 Comments

Color spaces of #dc7481

RGB 220116129
HSL0.980.600.66
HSV353°47°86°
CMYK 0.000.470.41   0.14
XYZ39.723029.291424.3291
Yxy29.29140.42560.3138
Hunter Lab54.121536.299111.2326
CIE-Lab61.037941.767411.4613

#dc7481 color RGB value is (220,116,129).

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

The process color (four color CMYK) of #dc7481 color hex is 0.00, 0.47, 0.41, 0.14. Web safe color of #dc7481 is #cc6699. Color #dc7481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 10000001
Octal 334 164 201
Decimal 220 116 129
Hex DC 74 81

RGB Percentages of Color #dc7481

%47.31
%24.95
%27.74

CMYK Percentages of Color #dc7481

%0
%47
%41
%14

Triadic Colors of #dc7481

#dc7481 #81dc74 #7481dc

Analogous Colors of #dc7481

#dc7481 #dc9b74 #dc74b5

Monochromatic Colors of #dc7481

#dc7481

Complementary Color

#dc7481 #74dccf

#dc7481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7481 Color CSS Codes

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

#dc7481 Text Font Color

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

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


#dc7481 Background Color

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

This div background color is #dc7481


#dc7481 Border Color

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

This div border color is #dc7481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7481

#dc7481 Color Palettes


Comments

No comments written yet.

Please login to write comment.