Color Hex Logo

#df4199 Color Hex

#DF4199
(223,65,153)
0 Favorites   0 Comments

Color spaces of #df4199

RGB 22365153
HSL0.910.710.56
HSV327°71°87°
CMYK 0.000.710.31   0.13
XYZ38.071521.768532.3321
Yxy21.76850.41300.2362
Hunter Lab46.656764.0052-8.4270
CIE-Lab53.780567.7952-13.1191

#df4199 color RGB value is (223,65,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10011001
Octal 337 101 231
Decimal 223 65 153
Hex DF 41 99

RGB Percentages of Color #df4199

%50.57
%14.74
%34.69

CMYK Percentages of Color #df4199

%0
%71
%31
%13

Triadic Colors of #df4199

#df4199 #99df41 #4199df

Analogous Colors of #df4199

#df4199 #df414a #d641df

Monochromatic Colors of #df4199

#df4199

Complementary Color

#df4199 #41df87

#df4199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4199 Color CSS Codes

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

#df4199 Text Font Color

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

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


#df4199 Background Color

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

This div background color is #df4199


#df4199 Border Color

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

This div border color is #df4199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4199


Comments

No comments written yet.

Please login to write comment.