Color Hex Logo

#df038c Color Hex

#DF038C
(223,3,140)
0 Favorites   0 Comments

Color spaces of #df038c

RGB 2233140
HSL0.900.970.44
HSV323°99°87°
CMYK 0.000.990.37   0.13
XYZ35.197617.646526.3619
Yxy17.64650.44440.2228
Hunter Lab42.007776.0487-7.8019
CIE-Lab49.064578.6050-12.4727

#df038c color RGB value is (223,3,140).

#df038c hex color red value is 223, green value is 3 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #df038c hue: 0.90 , saturation: 0.97 and the lightness value of df038c is 0.44.

The process color (four color CMYK) of #df038c color hex is 0.00, 0.99, 0.37, 0.13. Web safe color of #df038c is #cc0099. Color #df038c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 10001100
Octal 337 3 214
Decimal 223 3 140
Hex DF 3 8C

RGB Percentages of Color #df038c

%60.93
%0.82
%38.25

CMYK Percentages of Color #df038c

%0
%99
%37
%13

Triadic Colors of #df038c

#df038c #8cdf03 #038cdf

Analogous Colors of #df038c

#df038c #df031e #c403df

Monochromatic Colors of #df038c

#df038c

Complementary Color

#df038c #03df56

#df038c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df038c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df038c Color CSS Codes

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

#df038c Text Font Color

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

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


#df038c Background Color

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

This div background color is #df038c


#df038c Border Color

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

This div border color is #df038c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df038c


Comments

No comments written yet.

Please login to write comment.