Color Hex Logo

#dc197b Color Hex

#DC197B
(220,25,123)
0 Favorites   0 Comments

Color spaces of #dc197b

RGB 22025123
HSL0.920.800.48
HSV330°89°86°
CMYK 0.000.890.44   0.14
XYZ33.438017.341020.3237
Yxy17.34100.47030.2439
Hunter Lab41.642570.45700.2132
CIE-Lab48.686974.1469-2.7704

#dc197b color RGB value is (220,25,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 01111011
Octal 334 31 173
Decimal 220 25 123
Hex DC 19 7B

RGB Percentages of Color #dc197b

%59.78
%6.79
%33.42

CMYK Percentages of Color #dc197b

%0
%89
%44
%14

Triadic Colors of #dc197b

#dc197b #7bdc19 #197bdc

Analogous Colors of #dc197b

#dc197b #dc191a #dc19dc

Monochromatic Colors of #dc197b

#dc197b

Complementary Color

#dc197b #19dc7a

#dc197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc197b Color CSS Codes

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

#dc197b Text Font Color

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

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


#dc197b Background Color

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

This div background color is #dc197b


#dc197b Border Color

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

This div border color is #dc197b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc197b


Comments

No comments written yet.

Please login to write comment.