Color Hex Logo

#df7594 Color Hex

#DF7594
(223,117,148)
0 Favorites   0 Comments

Color spaces of #df7594

RGB 223117148
HSL0.950.620.67
HSV342°48°87°
CMYK 0.000.480.34   0.13
XYZ42.138030.548731.6925
Yxy30.54870.40370.2927
Hunter Lab55.270939.36274.6925
CIE-Lab62.124844.50992.1533

#df7594 color RGB value is (223,117,148).

#df7594 hex color red value is 223, green value is 117 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #df7594 hue: 0.95 , saturation: 0.62 and the lightness value of df7594 is 0.67.

The process color (four color CMYK) of #df7594 color hex is 0.00, 0.48, 0.34, 0.13. Web safe color of #df7594 is #cc6699. Color #df7594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110101 10010100
Octal 337 165 224
Decimal 223 117 148
Hex DF 75 94

RGB Percentages of Color #df7594

%45.70
%23.98
%30.33

CMYK Percentages of Color #df7594

%0
%48
%34
%13

Triadic Colors of #df7594

#df7594 #94df75 #7594df

Analogous Colors of #df7594

#df7594 #df8b75 #df75c9

Monochromatic Colors of #df7594

#df7594

Complementary Color

#df7594 #75dfc0

#df7594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7594 Color CSS Codes

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

#df7594 Text Font Color

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

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


#df7594 Background Color

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

This div background color is #df7594


#df7594 Border Color

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

This div border color is #df7594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7594


Comments

No comments written yet.

Please login to write comment.