Color Hex Logo

#da537a Color Hex

#DA537A
(218,83,122)
0 Favorites   0 Comments

Color spaces of #da537a

RGB 21883122
HSL0.950.650.59
HSV343°62°85°
CMYK 0.000.620.44   0.15
XYZ35.519622.497120.8826
Yxy22.49710.45020.2851
Hunter Lab47.431150.66847.0980
CIE-Lab54.550556.05006.3011

#da537a color RGB value is (218,83,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 01111010
Octal 332 123 172
Decimal 218 83 122
Hex DA 53 7A

RGB Percentages of Color #da537a

%51.54
%19.62
%28.84

CMYK Percentages of Color #da537a

%0
%62
%44
%15

Triadic Colors of #da537a

#da537a #7ada53 #537ada

Analogous Colors of #da537a

#da537a #da7053 #da53be

Monochromatic Colors of #da537a

#da537a

Complementary Color

#da537a #53dab3

#da537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da537a Color CSS Codes

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

#da537a Text Font Color

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

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


#da537a Background Color

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

This div background color is #da537a


#da537a Border Color

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

This div border color is #da537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da537a


Comments

No comments written yet.

Please login to write comment.