Color Hex Logo

#df419d Color Hex

#DF419D
(223,65,157)
0 Favorites   0 Comments

Color spaces of #df419d

RGB 22365157
HSL0.900.710.56
HSV325°71°87°
CMYK 0.000.710.30   0.13
XYZ38.407521.902934.1017
Yxy21.90290.40680.2320
Hunter Lab46.800564.5875-10.4419
CIE-Lab53.923868.2586-15.2632

#df419d color RGB value is (223,65,157).

#df419d hex color red value is 223, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #df419d hue: 0.90 , saturation: 0.71 and the lightness value of df419d is 0.56.

The process color (four color CMYK) of #df419d color hex is 0.00, 0.71, 0.30, 0.13. Web safe color of #df419d is #cc3399. Color #df419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10011101
Octal 337 101 235
Decimal 223 65 157
Hex DF 41 9D

RGB Percentages of Color #df419d

%50.11
%14.61
%35.28

CMYK Percentages of Color #df419d

%0
%71
%30
%13

Triadic Colors of #df419d

#df419d #9ddf41 #419ddf

Analogous Colors of #df419d

#df419d #df414e #d241df

Monochromatic Colors of #df419d

#df419d

Complementary Color

#df419d #41df83

#df419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df419d Color CSS Codes

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

#df419d Text Font Color

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

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


#df419d Background Color

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

This div background color is #df419d


#df419d Border Color

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

This div border color is #df419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df419d


Comments

No comments written yet.

Please login to write comment.