Color Hex Logo

#da547e Color Hex

#DA547E
(218,84,126)
0 Favorites   0 Comments

Color spaces of #da547e

RGB 21884126
HSL0.950.640.59
HSV341°61°85°
CMYK 0.000.610.42   0.15
XYZ35.849722.752422.2408
Yxy22.75240.44340.2814
Hunter Lab47.699550.68195.7445
CIE-Lab54.816456.01634.3113

#da547e color RGB value is (218,84,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 01111110
Octal 332 124 176
Decimal 218 84 126
Hex DA 54 7E

RGB Percentages of Color #da547e

%50.93
%19.63
%29.44

CMYK Percentages of Color #da547e

%0
%61
%42
%15

Triadic Colors of #da547e

#da547e #7eda54 #547eda

Analogous Colors of #da547e

#da547e #da6d54 #da54c1

Monochromatic Colors of #da547e

#da547e

Complementary Color

#da547e #54dab0

#da547e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da547e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da547e Color CSS Codes

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

#da547e Text Font Color

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

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


#da547e Background Color

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

This div background color is #da547e


#da547e Border Color

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

This div border color is #da547e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da547e


Comments

No comments written yet.

Please login to write comment.