Color Hex Logo

#da759a Color Hex

#DA759A
(218,117,154)
0 Favorites   0 Comments

Color spaces of #da759a

RGB 218117154
HSL0.940.580.66
HSV338°46°85°
CMYK 0.000.460.29   0.15
XYZ41.107529.961134.1883
Yxy29.96110.39050.2846
Hunter Lab54.736738.26491.2835
CIE-Lab61.620643.5493-2.1077

#da759a color RGB value is (218,117,154).

#da759a hex color red value is 218, green value is 117 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da759a hue: 0.94 , saturation: 0.58 and the lightness value of da759a is 0.66.

The process color (four color CMYK) of #da759a color hex is 0.00, 0.46, 0.29, 0.15. Web safe color of #da759a is #cc6699. Color #da759a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 10011010
Octal 332 165 232
Decimal 218 117 154
Hex DA 75 9A

RGB Percentages of Color #da759a

%44.58
%23.93
%31.49

CMYK Percentages of Color #da759a

%0
%46
%29
%15

Triadic Colors of #da759a

#da759a #9ada75 #759ada

Analogous Colors of #da759a

#da759a #da8375 #da75cd

Monochromatic Colors of #da759a

#da759a

Complementary Color

#da759a #75dab5

#da759a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da759a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da759a Color CSS Codes

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

#da759a Text Font Color

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

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


#da759a Background Color

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

This div background color is #da759a


#da759a Border Color

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

This div border color is #da759a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da759a


Comments

No comments written yet.

Please login to write comment.