Color Hex Logo

#df229f Color Hex

#DF229F
(223,34,159)
0 Favorites   0 Comments

Color spaces of #df229f

RGB 22334159
HSL0.890.750.50
HSV320°85°87°
CMYK 0.000.850.29   0.13
XYZ37.261519.335234.5691
Yxy19.33520.40870.2121
Hunter Lab43.971874.3094-15.8315
CIE-Lab51.077176.8153-20.7891

#df229f color RGB value is (223,34,159).

#df229f hex color red value is 223, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df229f hue: 0.89 , saturation: 0.75 and the lightness value of df229f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 10011111
Octal 337 42 237
Decimal 223 34 159
Hex DF 22 9F

RGB Percentages of Color #df229f

%53.61
%8.17
%38.22

CMYK Percentages of Color #df229f

%0
%85
%29
%13

Triadic Colors of #df229f

#df229f #9fdf22 #229fdf

Analogous Colors of #df229f

#df229f #df2241 #c122df

Monochromatic Colors of #df229f

#df229f

Complementary Color

#df229f #22df62

#df229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df229f Color CSS Codes

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

#df229f Text Font Color

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

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


#df229f Background Color

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

This div background color is #df229f


#df229f Border Color

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

This div border color is #df229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df229f


Comments

No comments written yet.

Please login to write comment.