Color Hex Logo

#df655d Color Hex

#DF655D
(223,101,93)
0 Favorites   0 Comments

Color spaces of #df655d

RGB 22310193
HSL0.010.670.62
HSV58°87°
CMYK 0.000.550.58   0.13
XYZ37.060925.785613.3797
Yxy25.78560.48620.3383
Hunter Lab50.779541.412219.9236
CIE-Lab57.833047.037227.8664

#df655d color RGB value is (223,101,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 01011101
Octal 337 145 135
Decimal 223 101 93
Hex DF 65 5D

RGB Percentages of Color #df655d

%53.48
%24.22
%22.30

CMYK Percentages of Color #df655d

%0
%55
%58
%13

Triadic Colors of #df655d

#df655d #5ddf65 #655ddf

Analogous Colors of #df655d

#df655d #dfa65d #df5d96

Monochromatic Colors of #df655d

#df655d

Complementary Color

#df655d #5dd7df

#df655d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df655d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df655d Color CSS Codes

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

#df655d Text Font Color

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

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


#df655d Background Color

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

This div background color is #df655d


#df655d Border Color

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

This div border color is #df655d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df655d


Comments

No comments written yet.

Please login to write comment.