Color Hex Logo

#da7486 Color Hex

#DA7486
(218,116,134)
0 Favorites   0 Comments

Color spaces of #da7486

RGB 218116134
HSL0.970.580.65
HSV349°47°85°
CMYK 0.000.470.39   0.15
XYZ39.461929.117426.0946
Yxy29.11740.41680.3076
Hunter Lab53.960536.10799.1005
CIE-Lab60.885141.60538.3304

#da7486 color RGB value is (218,116,134).

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

The process color (four color CMYK) of #da7486 color hex is 0.00, 0.47, 0.39, 0.15. Web safe color of #da7486 is #cc6699. Color #da7486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10000110
Octal 332 164 206
Decimal 218 116 134
Hex DA 74 86

RGB Percentages of Color #da7486

%46.58
%24.79
%28.63

CMYK Percentages of Color #da7486

%0
%47
%39
%15

Triadic Colors of #da7486

#da7486 #86da74 #7486da

Analogous Colors of #da7486

#da7486 #da9574 #da74b9

Monochromatic Colors of #da7486

#da7486

Complementary Color

#da7486 #74dac8

#da7486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7486 Color CSS Codes

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

#da7486 Text Font Color

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

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


#da7486 Background Color

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

This div background color is #da7486


#da7486 Border Color

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

This div border color is #da7486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7486


Comments

No comments written yet.

Please login to write comment.