Color Hex Logo

#dc074d Color Hex

#DC074D
(220,7,77)
0 Favorites   0 Comments

Color spaces of #dc074d

RGB 220777
HSL0.950.940.45
HSV340°97°86°
CMYK 0.000.970.65   0.14
XYZ30.930715.90348.4606
Yxy15.90340.55940.2876
Hunter Lab39.879168.658515.3366
CIE-Lab46.847573.022723.0130

#dc074d color RGB value is (220,7,77).

#dc074d hex color red value is 220, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dc074d hue: 0.95 , saturation: 0.94 and the lightness value of dc074d is 0.45.

The process color (four color CMYK) of #dc074d color hex is 0.00, 0.97, 0.65, 0.14. Web safe color of #dc074d is #cc0066. Color #dc074d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 01001101
Octal 334 7 115
Decimal 220 7 77
Hex DC 7 4D

RGB Percentages of Color #dc074d

%72.37
%2.30
%25.33

CMYK Percentages of Color #dc074d

%0
%97
%65
%14

Triadic Colors of #dc074d

#dc074d #4ddc07 #074ddc

Analogous Colors of #dc074d

#dc074d #dc2c07 #dc07b8

Monochromatic Colors of #dc074d

#dc074d

Complementary Color

#dc074d #07dc96

#dc074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc074d Color CSS Codes

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

#dc074d Text Font Color

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

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


#dc074d Background Color

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

This div background color is #dc074d


#dc074d Border Color

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

This div border color is #dc074d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc074d


Comments

No comments written yet.

Please login to write comment.