Color Hex Logo

#da535a Color Hex

#DA535A
(218,83,90)
0 Favorites   0 Comments

Color spaces of #da535a

RGB 2188390
HSL0.990.650.59
HSV357°62°85°
CMYK 0.000.620.59   0.15
XYZ33.852221.830112.1023
Yxy21.83010.49940.3221
Hunter Lab46.722747.564717.3484
CIE-Lab53.846353.359524.2635

#da535a color RGB value is (218,83,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 01011010
Octal 332 123 132
Decimal 218 83 90
Hex DA 53 5A

RGB Percentages of Color #da535a

%55.75
%21.23
%23.02

CMYK Percentages of Color #da535a

%0
%62
%59
%15

Triadic Colors of #da535a

#da535a #5ada53 #535ada

Analogous Colors of #da535a

#da535a #da9053 #da539e

Monochromatic Colors of #da535a

#da535a

Complementary Color

#da535a #53dad3

#da535a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da535a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da535a Color CSS Codes

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

#da535a Text Font Color

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

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


#da535a Background Color

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

This div background color is #da535a


#da535a Border Color

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

This div border color is #da535a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da535a


Comments

No comments written yet.

Please login to write comment.