Color Hex Logo

#da595a Color Hex

#DA595A
(218,89,90)
0 Favorites   0 Comments

Color spaces of #da595a

RGB 2188990
HSL1.000.640.60
HSV360°59°85°
CMYK 0.000.590.59   0.15
XYZ34.331322.788412.2620
Yxy22.78840.49480.3284
Hunter Lab47.737244.832318.1865
CIE-Lab54.853750.681325.5794

#da595a color RGB value is (218,89,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01011010
Octal 332 131 132
Decimal 218 89 90
Hex DA 59 5A

RGB Percentages of Color #da595a

%54.91
%22.42
%22.67

CMYK Percentages of Color #da595a

%0
%59
%59
%15

Triadic Colors of #da595a

#da595a #5ada59 #595ada

Analogous Colors of #da595a

#da595a #da9959 #da599b

Monochromatic Colors of #da595a

#da595a

Complementary Color

#da595a #59dad9

#da595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da595a Color CSS Codes

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

#da595a Text Font Color

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

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


#da595a Background Color

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

This div background color is #da595a


#da595a Border Color

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

This div border color is #da595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da595a


Comments

No comments written yet.

Please login to write comment.