Color Hex Logo

#da645e Color Hex

#DA645E
(218,100,94)
0 Favorites   0 Comments

Color spaces of #da645e

RGB 21810094
HSL0.010.630.61
HSV57°85°
CMYK 0.000.540.57   0.15
XYZ35.491024.827913.5114
Yxy24.82790.48070.3363
Hunter Lab49.827639.942918.8021
CIE-Lab56.907445.794625.9453

#da645e color RGB value is (218,100,94).

#da645e hex color red value is 218, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da645e hue: 0.01 , saturation: 0.63 and the lightness value of da645e is 0.61.

The process color (four color CMYK) of #da645e color hex is 0.00, 0.54, 0.57, 0.15. Web safe color of #da645e is #cc6666. Color #da645e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 01011110
Octal 332 144 136
Decimal 218 100 94
Hex DA 64 5E

RGB Percentages of Color #da645e

%52.91
%24.27
%22.82

CMYK Percentages of Color #da645e

%0
%54
%57
%15

Triadic Colors of #da645e

#da645e #5eda64 #645eda

Analogous Colors of #da645e

#da645e #daa25e #da5e96

Monochromatic Colors of #da645e

#da645e

Complementary Color

#da645e #5ed4da

#da645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da645e Color CSS Codes

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

#da645e Text Font Color

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

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


#da645e Background Color

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

This div background color is #da645e


#da645e Border Color

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

This div border color is #da645e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,100,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da645e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da645e;
  -webkit-box-shadow: 1px 1px 3px 2px #da645e;
  box-shadow:         1px 1px 3px 2px #da645e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,100,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da645e


Comments

No comments written yet.

Please login to write comment.