Color Hex Logo

#dc078f Color Hex

#DC078F
(220,7,143)
0 Favorites   0 Comments

Color spaces of #dc078f

RGB 2207143
HSL0.890.940.45
HSV322°97°86°
CMYK 0.000.970.35   0.14
XYZ34.549117.350827.5147
Yxy17.35080.43500.2185
Hunter Lab41.654375.1573-10.0059
CIE-Lab48.699077.9615-14.8939

#dc078f color RGB value is (220,7,143).

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

The process color (four color CMYK) of #dc078f color hex is 0.00, 0.97, 0.35, 0.14. Web safe color of #dc078f is #cc0099. Color #dc078f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 10001111
Octal 334 7 217
Decimal 220 7 143
Hex DC 7 8F

RGB Percentages of Color #dc078f

%59.46
%1.89
%38.65

CMYK Percentages of Color #dc078f

%0
%97
%35
%14

Triadic Colors of #dc078f

#dc078f #8fdc07 #078fdc

Analogous Colors of #dc078f

#dc078f #dc0724 #bf07dc

Monochromatic Colors of #dc078f

#dc078f

Complementary Color

#dc078f #07dc54

#dc078f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc078f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc078f Color CSS Codes

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

#dc078f Text Font Color

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

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


#dc078f Background Color

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

This div background color is #dc078f


#dc078f Border Color

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

This div border color is #dc078f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc078f


Comments

No comments written yet.

Please login to write comment.