Color Hex Logo

#dc194e Color Hex

#DC194E
(220,25,78)
0 Favorites   0 Comments

Color spaces of #dc194e

RGB 2202578
HSL0.950.800.48
HSV344°89°86°
CMYK 0.000.890.65   0.14
XYZ31.238016.46108.7386
Yxy16.46100.55350.2917
Hunter Lab40.572266.432515.6304
CIE-Lab47.573671.028223.3401

#dc194e color RGB value is (220,25,78).

#dc194e hex color red value is 220, green value is 25 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dc194e hue: 0.95 , saturation: 0.80 and the lightness value of dc194e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 01001110
Octal 334 31 116
Decimal 220 25 78
Hex DC 19 4E

RGB Percentages of Color #dc194e

%68.11
%7.74
%24.15

CMYK Percentages of Color #dc194e

%0
%89
%65
%14

Triadic Colors of #dc194e

#dc194e #4edc19 #194edc

Analogous Colors of #dc194e

#dc194e #dc4619 #dc19b0

Monochromatic Colors of #dc194e

#dc194e

Complementary Color

#dc194e #19dca7

#dc194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc194e Color CSS Codes

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

#dc194e Text Font Color

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

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


#dc194e Background Color

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

This div background color is #dc194e


#dc194e Border Color

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

This div border color is #dc194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc194e


Comments

No comments written yet.

Please login to write comment.