Color Hex Logo

#dc094f Color Hex

#DC094F
(220,9,79)
0 Favorites   0 Comments

Color spaces of #dc094f

RGB 220979
HSL0.940.920.45
HSV340°96°86°
CMYK 0.000.960.64   0.14
XYZ31.024215.97558.8456
Yxy15.97550.55550.2861
Hunter Lab39.969468.605214.8571
CIE-Lab46.942372.960221.9011

#dc094f color RGB value is (220,9,79).

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

The process color (four color CMYK) of #dc094f color hex is 0.00, 0.96, 0.64, 0.14. Web safe color of #dc094f is #cc0066. Color #dc094f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 01001111
Octal 334 11 117
Decimal 220 9 79
Hex DC 9 4F

RGB Percentages of Color #dc094f

%71.43
%2.92
%25.65

CMYK Percentages of Color #dc094f

%0
%96
%64
%14

Triadic Colors of #dc094f

#dc094f #4fdc09 #094fdc

Analogous Colors of #dc094f

#dc094f #dc2d09 #dc09b9

Monochromatic Colors of #dc094f

#dc094f

Complementary Color

#dc094f #09dc96

#dc094f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc094f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc094f Color CSS Codes

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

#dc094f Text Font Color

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

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


#dc094f Background Color

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

This div background color is #dc094f


#dc094f Border Color

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

This div border color is #dc094f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc094f


Comments

No comments written yet.

Please login to write comment.