Color Hex Logo

#df238e Color Hex

#DF238E
(223,35,142)
0 Favorites   0 Comments

Color spaces of #df238e

RGB 22335142
HSL0.910.750.51
HSV326°84°87°
CMYK 0.000.840.36   0.13
XYZ35.914918.843027.3353
Yxy18.84300.43750.2295
Hunter Lab43.408571.7206-6.9502
CIE-Lab50.503074.8273-11.5082

#df238e color RGB value is (223,35,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 10001110
Octal 337 43 216
Decimal 223 35 142
Hex DF 23 8E

RGB Percentages of Color #df238e

%55.75
%8.75
%35.50

CMYK Percentages of Color #df238e

%0
%84
%36
%13

Triadic Colors of #df238e

#df238e #8edf23 #238edf

Analogous Colors of #df238e

#df238e #df2330 #d223df

Monochromatic Colors of #df238e

#df238e

Complementary Color

#df238e #23df74

#df238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df238e Color CSS Codes

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

#df238e Text Font Color

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

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


#df238e Background Color

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

This div background color is #df238e


#df238e Border Color

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

This div border color is #df238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df238e


Comments

No comments written yet.

Please login to write comment.