Color Hex Logo

#df7376 Color Hex

#DF7376
(223,115,118)
0 Favorites   0 Comments

Color spaces of #df7376

RGB 223115118
HSL1.000.630.66
HSV358°48°87°
CMYK 0.000.480.47   0.13
XYZ39.832229.257420.6874
Yxy29.25740.44370.3259
Hunter Lab54.090136.790515.1869
CIE-Lab61.008142.238117.7954

#df7376 color RGB value is (223,115,118).

#df7376 hex color red value is 223, green value is 115 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #df7376 hue: 1.00 , saturation: 0.63 and the lightness value of df7376 is 0.66.

The process color (four color CMYK) of #df7376 color hex is 0.00, 0.48, 0.47, 0.13. Web safe color of #df7376 is #cc6666. Color #df7376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 01110110
Octal 337 163 166
Decimal 223 115 118
Hex DF 73 76

RGB Percentages of Color #df7376

%48.90
%25.22
%25.88

CMYK Percentages of Color #df7376

%0
%48
%47
%13

Triadic Colors of #df7376

#df7376 #76df73 #7376df

Analogous Colors of #df7376

#df7376 #dfa673 #df73ac

Monochromatic Colors of #df7376

#df7376

Complementary Color

#df7376 #73dfdc

#df7376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7376 Color CSS Codes

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

#df7376 Text Font Color

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

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


#df7376 Background Color

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

This div background color is #df7376


#df7376 Border Color

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

This div border color is #df7376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7376


Comments

No comments written yet.

Please login to write comment.