Color Hex Logo

#df319e Color Hex

#DF319E
(223,49,158)
0 Favorites   0 Comments

Color spaces of #df319e

RGB 22349158
HSL0.900.730.53
HSV322°78°87°
CMYK 0.000.780.29   0.13
XYZ37.701320.353234.2892
Yxy20.35320.40830.2204
Hunter Lab45.114570.2185-13.4831
CIE-Lab52.234273.2617-18.4248

#df319e color RGB value is (223,49,158).

#df319e hex color red value is 223, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df319e hue: 0.90 , saturation: 0.73 and the lightness value of df319e is 0.53.

The process color (four color CMYK) of #df319e color hex is 0.00, 0.78, 0.29, 0.13. Web safe color of #df319e is #cc3399. Color #df319e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 10011110
Octal 337 61 236
Decimal 223 49 158
Hex DF 31 9E

RGB Percentages of Color #df319e

%51.86
%11.40
%36.74

CMYK Percentages of Color #df319e

%0
%78
%29
%13

Triadic Colors of #df319e

#df319e #9edf31 #319edf

Analogous Colors of #df319e

#df319e #df3147 #c931df

Monochromatic Colors of #df319e

#df319e

Complementary Color

#df319e #31df72

#df319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df319e Color CSS Codes

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

#df319e Text Font Color

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

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


#df319e Background Color

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

This div background color is #df319e


#df319e Border Color

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

This div border color is #df319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df319e


Comments

No comments written yet.

Please login to write comment.