Color Hex Logo

#df239c Color Hex

#DF239C
(223,35,156)
0 Favorites   0 Comments

Color spaces of #df239c

RGB 22335156
HSL0.890.750.51
HSV321°84°87°
CMYK 0.000.840.30   0.13
XYZ37.033219.290333.2240
Yxy19.29030.41360.2154
Hunter Lab43.920773.6469-14.1056
CIE-Lab51.025176.2903-19.0856

#df239c color RGB value is (223,35,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 10011100
Octal 337 43 234
Decimal 223 35 156
Hex DF 23 9C

RGB Percentages of Color #df239c

%53.86
%8.45
%37.68

CMYK Percentages of Color #df239c

%0
%84
%30
%13

Triadic Colors of #df239c

#df239c #9cdf23 #239cdf

Analogous Colors of #df239c

#df239c #df233e #c423df

Monochromatic Colors of #df239c

#df239c

Complementary Color

#df239c #23df66

#df239c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df239c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df239c Color CSS Codes

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

#df239c Text Font Color

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

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


#df239c Background Color

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

This div background color is #df239c


#df239c Border Color

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

This div border color is #df239c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df239c


Comments

No comments written yet.

Please login to write comment.