Color Hex Logo

#da605a Color Hex

#DA605A
(218,96,90)
0 Favorites   0 Comments

Color spaces of #da605a

RGB 2189690
HSL0.010.630.60
HSV59°85°
CMYK 0.000.560.59   0.15
XYZ34.941824.009412.4655
Yxy24.00940.48930.3362
Hunter Lab48.999441.540619.2161
CIE-Lab56.097247.419727.1920

#da605a color RGB value is (218,96,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 01011010
Octal 332 140 132
Decimal 218 96 90
Hex DA 60 5A

RGB Percentages of Color #da605a

%53.96
%23.76
%22.28

CMYK Percentages of Color #da605a

%0
%56
%59
%15

Triadic Colors of #da605a

#da605a #5ada60 #605ada

Analogous Colors of #da605a

#da605a #daa05a #da5a94

Monochromatic Colors of #da605a

#da605a

Complementary Color

#da605a #5ad4da

#da605a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da605a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da605a Color CSS Codes

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

#da605a Text Font Color

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

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


#da605a Background Color

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

This div background color is #da605a


#da605a Border Color

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

This div border color is #da605a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da605a


Comments

No comments written yet.

Please login to write comment.