Color Hex Logo

#da615e Color Hex

#DA615E
(218,97,94)
0 Favorites   0 Comments

Color spaces of #da615e

RGB 2189794
HSL0.000.630.61
HSV57°85°
CMYK 0.000.560.57   0.15
XYZ35.208524.263013.4172
Yxy24.26300.48300.3329
Hunter Lab49.257541.388518.3303
CIE-Lab56.350247.238425.2170

#da615e color RGB value is (218,97,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 01011110
Octal 332 141 136
Decimal 218 97 94
Hex DA 61 5E

RGB Percentages of Color #da615e

%53.30
%23.72
%22.98

CMYK Percentages of Color #da615e

%0
%56
%57
%15

Triadic Colors of #da615e

#da615e #5eda61 #615eda

Analogous Colors of #da615e

#da615e #da9f5e #da5e99

Monochromatic Colors of #da615e

#da615e

Complementary Color

#da615e #5ed7da

#da615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da615e Color CSS Codes

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

#da615e Text Font Color

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

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


#da615e Background Color

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

This div background color is #da615e


#da615e Border Color

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

This div border color is #da615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da615e


Comments

No comments written yet.

Please login to write comment.