Color Hex Logo

#dc076e Color Hex

#DC076E
(220,7,110)
0 Favorites   0 Comments

Color spaces of #dc076e

RGB 2207110
HSL0.920.940.45
HSV331°97°86°
CMYK 0.000.970.50   0.14
XYZ32.405716.493416.2274
Yxy16.49340.49760.2533
Hunter Lab40.612171.35994.7379
CIE-Lab47.615375.09553.6440

#dc076e color RGB value is (220,7,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 01101110
Octal 334 7 156
Decimal 220 7 110
Hex DC 7 6E

RGB Percentages of Color #dc076e

%65.28
%2.08
%32.64

CMYK Percentages of Color #dc076e

%0
%97
%50
%14

Triadic Colors of #dc076e

#dc076e #6edc07 #076edc

Analogous Colors of #dc076e

#dc076e #dc0b07 #dc07d9

Monochromatic Colors of #dc076e

#dc076e

Complementary Color

#dc076e #07dc75

#dc076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc076e Color CSS Codes

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

#dc076e Text Font Color

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

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


#dc076e Background Color

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

This div background color is #dc076e


#dc076e Border Color

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

This div border color is #dc076e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc076e


Comments

No comments written yet.

Please login to write comment.