Color Hex Logo

#da6361 Color Hex

#DA6361
(218,99,97)
0 Favorites   0 Comments

Color spaces of #da6361

RGB 2189997
HSL0.000.620.62
HSV56°85°
CMYK 0.000.550.56   0.15
XYZ35.533024.692214.2025
Yxy24.69220.47740.3318
Hunter Lab49.691240.681317.8379
CIE-Lab56.774346.510124.0433

#da6361 color RGB value is (218,99,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 01100001
Octal 332 143 141
Decimal 218 99 97
Hex DA 63 61

RGB Percentages of Color #da6361

%52.66
%23.91
%23.43

CMYK Percentages of Color #da6361

%0
%55
%56
%15

Triadic Colors of #da6361

#da6361 #61da63 #6361da

Analogous Colors of #da6361

#da6361 #daa061 #da619c

Monochromatic Colors of #da6361

#da6361

Complementary Color

#da6361 #61d8da

#da6361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6361 Color CSS Codes

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

#da6361 Text Font Color

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

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


#da6361 Background Color

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

This div background color is #da6361


#da6361 Border Color

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

This div border color is #da6361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6361


Comments

No comments written yet.

Please login to write comment.