Color Hex Logo

#da7485 Color Hex

#DA7485
(218,116,133)
0 Favorites   0 Comments

Color spaces of #da7485

RGB 218116133
HSL0.970.580.65
HSV350°47°85°
CMYK 0.000.470.39   0.15
XYZ39.392529.089725.7290
Yxy29.08970.41810.3088
Hunter Lab53.934935.98539.4708
CIE-Lab60.860741.49168.8713

#da7485 color RGB value is (218,116,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10000101
Octal 332 164 205
Decimal 218 116 133
Hex DA 74 85

RGB Percentages of Color #da7485

%46.68
%24.84
%28.48

CMYK Percentages of Color #da7485

%0
%47
%39
%15

Triadic Colors of #da7485

#da7485 #85da74 #7485da

Analogous Colors of #da7485

#da7485 #da9674 #da74b8

Monochromatic Colors of #da7485

#da7485

Complementary Color

#da7485 #74dac9

#da7485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7485 Color CSS Codes

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

#da7485 Text Font Color

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

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


#da7485 Background Color

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

This div background color is #da7485


#da7485 Border Color

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

This div border color is #da7485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7485


Comments

No comments written yet.

Please login to write comment.