Color Hex Logo

#df197d Color Hex

#DF197D
(223,25,125)
0 Favorites   0 Comments

Color spaces of #df197d

RGB 22325125
HSL0.920.800.49
HSV330°89°87°
CMYK 0.000.890.44   0.13
XYZ34.480717.863921.0328
Yxy17.86390.46990.2435
Hunter Lab42.265771.65670.0813
CIE-Lab49.330675.0035-2.9746

#df197d color RGB value is (223,25,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 01111101
Octal 337 31 175
Decimal 223 25 125
Hex DF 19 7D

RGB Percentages of Color #df197d

%59.79
%6.70
%33.51

CMYK Percentages of Color #df197d

%0
%89
%44
%13

Triadic Colors of #df197d

#df197d #7ddf19 #197ddf

Analogous Colors of #df197d

#df197d #df191a #de19df

Monochromatic Colors of #df197d

#df197d

Complementary Color

#df197d #19df7b

#df197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df197d Color CSS Codes

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

#df197d Text Font Color

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

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


#df197d Background Color

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

This div background color is #df197d


#df197d Border Color

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

This div border color is #df197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df197d


Comments

No comments written yet.

Please login to write comment.