Color Hex Logo

#df7693 Color Hex

#DF7693
(223,118,147)
0 Favorites   0 Comments

Color spaces of #df7693

RGB 223118147
HSL0.950.620.67
HSV343°47°87°
CMYK 0.000.470.34   0.13
XYZ42.176330.751431.3164
Yxy30.75140.40460.2950
Hunter Lab55.453938.71645.3350
CIE-Lab62.297243.88222.9770

#df7693 color RGB value is (223,118,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10010011
Octal 337 166 223
Decimal 223 118 147
Hex DF 76 93

RGB Percentages of Color #df7693

%45.70
%24.18
%30.12

CMYK Percentages of Color #df7693

%0
%47
%34
%13

Triadic Colors of #df7693

#df7693 #93df76 #7693df

Analogous Colors of #df7693

#df7693 #df8e76 #df76c8

Monochromatic Colors of #df7693

#df7693

Complementary Color

#df7693 #76dfc2

#df7693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7693 Color CSS Codes

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

#df7693 Text Font Color

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

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


#df7693 Background Color

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

This div background color is #df7693


#df7693 Border Color

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

This div border color is #df7693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7693


Comments

No comments written yet.

Please login to write comment.