Color Hex Logo

#da535e Color Hex

#DA535E
(218,83,94)
0 Favorites   0 Comments

Color spaces of #da535e

RGB 2188394
HSL0.990.650.59
HSV355°62°85°
CMYK 0.000.620.57   0.15
XYZ34.027121.900113.0234
Yxy21.90010.49350.3176
Hunter Lab46.797547.894016.2583
CIE-Lab53.920853.647422.0119

#da535e color RGB value is (218,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 01011110
Octal 332 123 136
Decimal 218 83 94
Hex DA 53 5E

RGB Percentages of Color #da535e

%55.19
%21.01
%23.80

CMYK Percentages of Color #da535e

%0
%62
%57
%15

Triadic Colors of #da535e

#da535e #5eda53 #535eda

Analogous Colors of #da535e

#da535e #da8c53 #da53a2

Monochromatic Colors of #da535e

#da535e

Complementary Color

#da535e #53dacf

#da535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da535e Color CSS Codes

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

#da535e Text Font Color

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

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


#da535e Background Color

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

This div background color is #da535e


#da535e Border Color

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

This div border color is #da535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da535e


Comments

No comments written yet.

Please login to write comment.