Color Hex Logo

#df4d65 Color Hex

#DF4D65
(223,77,101)
0 Favorites   0 Comments

Color spaces of #df4d65

RGB 22377101
HSL0.970.700.59
HSV350°65°87°
CMYK 0.000.650.55   0.13
XYZ35.434321.935314.6783
Yxy21.93530.49180.3045
Hunter Lab46.835153.087214.2029
CIE-Lab53.958358.314218.0678

#df4d65 color RGB value is (223,77,101).

#df4d65 hex color red value is 223, green value is 77 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #df4d65 hue: 0.97 , saturation: 0.70 and the lightness value of df4d65 is 0.59.

The process color (four color CMYK) of #df4d65 color hex is 0.00, 0.65, 0.55, 0.13. Web safe color of #df4d65 is #cc6666. Color #df4d65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001101 01100101
Octal 337 115 145
Decimal 223 77 101
Hex DF 4D 65

RGB Percentages of Color #df4d65

%55.61
%19.20
%25.19

CMYK Percentages of Color #df4d65

%0
%65
%55
%13

Triadic Colors of #df4d65

#df4d65 #65df4d #4d65df

Analogous Colors of #df4d65

#df4d65 #df7e4d #df4dae

Monochromatic Colors of #df4d65

#df4d65

Complementary Color

#df4d65 #4ddfc7

#df4d65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4d65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4d65 Color CSS Codes

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

#df4d65 Text Font Color

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

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


#df4d65 Background Color

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

This div background color is #df4d65


#df4d65 Border Color

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

This div border color is #df4d65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4d65


Comments

No comments written yet.

Please login to write comment.