Color Hex Logo

#da547d Color Hex

#DA547D
(218,84,125)
0 Favorites   0 Comments

Color spaces of #da547d

RGB 21884125
HSL0.950.640.59
HSV342°61°85°
CMYK 0.000.610.43   0.15
XYZ35.785422.726721.9026
Yxy22.72670.44500.2826
Hunter Lab47.672550.56426.1307
CIE-Lab54.789755.91514.8654

#da547d color RGB value is (218,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 01111101
Octal 332 124 175
Decimal 218 84 125
Hex DA 54 7D

RGB Percentages of Color #da547d

%51.05
%19.67
%29.27

CMYK Percentages of Color #da547d

%0
%61
%43
%15

Triadic Colors of #da547d

#da547d #7dda54 #547dda

Analogous Colors of #da547d

#da547d #da6e54 #da54c0

Monochromatic Colors of #da547d

#da547d

Complementary Color

#da547d #54dab1

#da547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da547d Color CSS Codes

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

#da547d Text Font Color

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

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


#da547d Background Color

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

This div background color is #da547d


#da547d Border Color

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

This div border color is #da547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da547d


Comments

No comments written yet.

Please login to write comment.