Color Hex Logo

#dc195f Color Hex

#DC195F
(220,25,95)
0 Favorites   0 Comments

Color spaces of #dc195f

RGB 2202595
HSL0.940.800.48
HSV338°89°86°
CMYK 0.000.890.57   0.14
XYZ31.928416.737112.3742
Yxy16.73710.52310.2742
Hunter Lab40.911067.713510.7045
CIE-Lab47.927172.028213.3432

#dc195f color RGB value is (220,25,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 01011111
Octal 334 31 137
Decimal 220 25 95
Hex DC 19 5F

RGB Percentages of Color #dc195f

%64.71
%7.35
%27.94

CMYK Percentages of Color #dc195f

%0
%89
%57
%14

Triadic Colors of #dc195f

#dc195f #5fdc19 #195fdc

Analogous Colors of #dc195f

#dc195f #dc3419 #dc19c1

Monochromatic Colors of #dc195f

#dc195f

Complementary Color

#dc195f #19dc96

#dc195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc195f Color CSS Codes

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

#dc195f Text Font Color

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

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


#dc195f Background Color

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

This div background color is #dc195f


#dc195f Border Color

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

This div border color is #dc195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc195f


Comments

No comments written yet.

Please login to write comment.