Color Hex Logo

#da546d Color Hex

#DA546D
(218,84,109)
0 Favorites   0 Comments

Color spaces of #da546d

RGB 21884109
HSL0.970.640.59
HSV349°61°85°
CMYK 0.000.610.50   0.15
XYZ34.844122.350216.9455
Yxy22.35020.47000.3015
Hunter Lab47.276048.827911.8414
CIE-Lab54.396654.415713.7943

#da546d color RGB value is (218,84,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 01101101
Octal 332 124 155
Decimal 218 84 109
Hex DA 54 6D

RGB Percentages of Color #da546d

%53.04
%20.44
%26.52

CMYK Percentages of Color #da546d

%0
%61
%50
%15

Triadic Colors of #da546d

#da546d #6dda54 #546dda

Analogous Colors of #da546d

#da546d #da7e54 #da54b0

Monochromatic Colors of #da546d

#da546d

Complementary Color

#da546d #54dac1

#da546d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da546d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da546d Color CSS Codes

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

#da546d Text Font Color

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

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


#da546d Background Color

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

This div background color is #da546d


#da546d Border Color

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

This div border color is #da546d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da546d


Comments

No comments written yet.

Please login to write comment.