Color Hex Logo

#df359e Color Hex

#DF359E
(223,53,158)
0 Favorites   0 Comments

Color spaces of #df359e

RGB 22353158
HSL0.900.730.54
HSV323°76°87°
CMYK 0.000.760.29   0.13
XYZ37.876120.702834.3475
Yxy20.70280.40760.2228
Hunter Lab45.500368.9642-12.9069
CIE-Lab52.622772.1542-17.8321

#df359e color RGB value is (223,53,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 10011110
Octal 337 65 236
Decimal 223 53 158
Hex DF 35 9E

RGB Percentages of Color #df359e

%51.38
%12.21
%36.41

CMYK Percentages of Color #df359e

%0
%76
%29
%13

Triadic Colors of #df359e

#df359e #9edf35 #359edf

Analogous Colors of #df359e

#df359e #df3549 #cb35df

Monochromatic Colors of #df359e

#df359e

Complementary Color

#df359e #35df76

#df359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df359e Color CSS Codes

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

#df359e Text Font Color

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

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


#df359e Background Color

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

This div background color is #df359e


#df359e Border Color

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

This div border color is #df359e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df359e


Comments

No comments written yet.

Please login to write comment.