Color Hex Logo

#da505d Color Hex

#DA505D
(218,80,93)
0 Favorites   0 Comments

Color spaces of #da505d

RGB 2188093
HSL0.980.650.58
HSV354°63°85°
CMYK 0.000.630.57   0.15
XYZ33.757921.433112.7137
Yxy21.43310.49710.3156
Hunter Lab46.295949.140316.1250
CIE-Lab53.420354.866321.9363

#da505d color RGB value is (218,80,93).

#da505d hex color red value is 218, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da505d hue: 0.98 , saturation: 0.65 and the lightness value of da505d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 01011101
Octal 332 120 135
Decimal 218 80 93
Hex DA 50 5D

RGB Percentages of Color #da505d

%55.75
%20.46
%23.79

CMYK Percentages of Color #da505d

%0
%63
%57
%15

Triadic Colors of #da505d

#da505d #5dda50 #505dda

Analogous Colors of #da505d

#da505d #da8850 #da50a2

Monochromatic Colors of #da505d

#da505d

Complementary Color

#da505d #50dacd

#da505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da505d Color CSS Codes

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

#da505d Text Font Color

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

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


#da505d Background Color

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

This div background color is #da505d


#da505d Border Color

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

This div border color is #da505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da505d


Comments

No comments written yet.

Please login to write comment.