Color Hex Logo

#da536c Color Hex

#DA536C
(218,83,108)
0 Favorites   0 Comments

Color spaces of #da536c

RGB 21883108
HSL0.970.650.59
HSV349°62°85°
CMYK 0.000.620.50   0.15
XYZ34.713522.174616.6379
Yxy22.17460.47210.3016
Hunter Lab47.089949.178412.0145
CIE-Lab54.211854.764814.1305

#da536c color RGB value is (218,83,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 01101100
Octal 332 123 154
Decimal 218 83 108
Hex DA 53 6C

RGB Percentages of Color #da536c

%53.30
%20.29
%26.41

CMYK Percentages of Color #da536c

%0
%62
%50
%15

Triadic Colors of #da536c

#da536c #6cda53 #536cda

Analogous Colors of #da536c

#da536c #da7e53 #da53b0

Monochromatic Colors of #da536c

#da536c

Complementary Color

#da536c #53dac1

#da536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da536c Color CSS Codes

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

#da536c Text Font Color

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

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


#da536c Background Color

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

This div background color is #da536c


#da536c Border Color

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

This div border color is #da536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da536c


Comments

No comments written yet.

Please login to write comment.