Color Hex Logo

#da595c Color Hex

#DA595C
(218,89,92)
0 Favorites   0 Comments

Color spaces of #da595c

RGB 2188992
HSL1.000.640.60
HSV359°59°85°
CMYK 0.000.590.58   0.15
XYZ34.417622.822912.7165
Yxy22.82290.49200.3262
Hunter Lab47.773344.994417.6593
CIE-Lab54.889450.825424.4621

#da595c color RGB value is (218,89,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 01011100
Octal 332 131 134
Decimal 218 89 92
Hex DA 59 5C

RGB Percentages of Color #da595c

%54.64
%22.31
%23.06

CMYK Percentages of Color #da595c

%0
%59
%58
%15

Triadic Colors of #da595c

#da595c #5cda59 #595cda

Analogous Colors of #da595c

#da595c #da9759 #da599d

Monochromatic Colors of #da595c

#da595c

Complementary Color

#da595c #59dad7

#da595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da595c Color CSS Codes

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

#da595c Text Font Color

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

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


#da595c Background Color

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

This div background color is #da595c


#da595c Border Color

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

This div border color is #da595c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da595c


Comments

No comments written yet.

Please login to write comment.