Color Hex Logo

#da7995 Color Hex

#DA7995
(218,121,149)
0 Favorites   0 Comments

Color spaces of #da7995

RGB 218121149
HSL0.950.570.66
HSV343°44°85°
CMYK 0.000.440.32   0.15
XYZ41.175630.750132.1989
Yxy30.75010.39540.2953
Hunter Lab55.452835.50014.3899
CIE-Lab62.296140.84651.7464

#da7995 color RGB value is (218,121,149).

#da7995 hex color red value is 218, green value is 121 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #da7995 hue: 0.95 , saturation: 0.57 and the lightness value of da7995 is 0.66.

The process color (four color CMYK) of #da7995 color hex is 0.00, 0.44, 0.32, 0.15. Web safe color of #da7995 is #cc6699. Color #da7995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 10010101
Octal 332 171 225
Decimal 218 121 149
Hex DA 79 95

RGB Percentages of Color #da7995

%44.67
%24.80
%30.53

CMYK Percentages of Color #da7995

%0
%44
%32
%15

Triadic Colors of #da7995

#da7995 #95da79 #7995da

Analogous Colors of #da7995

#da7995 #da8e79 #da79c6

Monochromatic Colors of #da7995

#da7995

Complementary Color

#da7995 #79dabe

#da7995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7995 Color CSS Codes

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

#da7995 Text Font Color

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

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


#da7995 Background Color

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

This div background color is #da7995


#da7995 Border Color

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

This div border color is #da7995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7995


Comments

No comments written yet.

Please login to write comment.