Color Hex Logo

#df3993 Color Hex

#DF3993
(223,57,147)
0 Favorites   0 Comments

Color spaces of #df3993

RGB 22357147
HSL0.910.720.55
HSV327°74°87°
CMYK 0.000.740.34   0.13
XYZ37.161020.720829.6447
Yxy20.72080.42460.2367
Hunter Lab45.520166.0609-6.7482
CIE-Lab52.642669.7382-11.2768

#df3993 color RGB value is (223,57,147).

#df3993 hex color red value is 223, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #df3993 hue: 0.91 , saturation: 0.72 and the lightness value of df3993 is 0.55.

The process color (four color CMYK) of #df3993 color hex is 0.00, 0.74, 0.34, 0.13. Web safe color of #df3993 is #cc3399. Color #df3993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111001 10010011
Octal 337 71 223
Decimal 223 57 147
Hex DF 39 93

RGB Percentages of Color #df3993

%52.22
%13.35
%34.43

CMYK Percentages of Color #df3993

%0
%74
%34
%13

Triadic Colors of #df3993

#df3993 #93df39 #3993df

Analogous Colors of #df3993

#df3993 #df3940 #d839df

Monochromatic Colors of #df3993

#df3993

Complementary Color

#df3993 #39df85

#df3993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3993 Color CSS Codes

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

#df3993 Text Font Color

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

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


#df3993 Background Color

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

This div background color is #df3993


#df3993 Border Color

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

This div border color is #df3993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3993


Comments

No comments written yet.

Please login to write comment.