Color Hex Logo

#df429e Color Hex

#DF429E
(223,66,158)
0 Favorites   0 Comments

Color spaces of #df429e

RGB 22366158
HSL0.900.710.57
HSV325°70°87°
CMYK 0.000.700.29   0.13
XYZ38.551222.053034.5725
Yxy22.05300.40500.2317
Hunter Lab46.960664.3542-10.7770
CIE-Lab54.083268.0321-15.6106

#df429e color RGB value is (223,66,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 10011110
Octal 337 102 236
Decimal 223 66 158
Hex DF 42 9E

RGB Percentages of Color #df429e

%49.89
%14.77
%35.35

CMYK Percentages of Color #df429e

%0
%70
%29
%13

Triadic Colors of #df429e

#df429e #9edf42 #429edf

Analogous Colors of #df429e

#df429e #df4250 #d242df

Monochromatic Colors of #df429e

#df429e

Complementary Color

#df429e #42df83

#df429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df429e Color CSS Codes

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

#df429e Text Font Color

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

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


#df429e Background Color

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

This div background color is #df429e


#df429e Border Color

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

This div border color is #df429e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,66,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 #df429e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df429e


Comments

No comments written yet.

Please login to write comment.