Color Hex Logo

#da505b Color Hex

#DA505B
(218,80,91)
0 Favorites   0 Comments

Color spaces of #da505b

RGB 2188091
HSL0.990.650.58
HSV355°63°85°
CMYK 0.000.630.58   0.15
XYZ33.670421.398112.2531
Yxy21.39810.50010.3178
Hunter Lab46.258148.975216.6756
CIE-Lab53.382554.723123.0661

#da505b color RGB value is (218,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 01011011
Octal 332 120 133
Decimal 218 80 91
Hex DA 50 5B

RGB Percentages of Color #da505b

%56.04
%20.57
%23.39

CMYK Percentages of Color #da505b

%0
%63
%58
%15

Triadic Colors of #da505b

#da505b #5bda50 #505bda

Analogous Colors of #da505b

#da505b #da8a50 #da50a0

Monochromatic Colors of #da505b

#da505b

Complementary Color

#da505b #50dacf

#da505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da505b Color CSS Codes

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

#da505b Text Font Color

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

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


#da505b Background Color

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

This div background color is #da505b


#da505b Border Color

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

This div border color is #da505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da505b


Comments

No comments written yet.

Please login to write comment.