Color Hex Logo

#da709a Color Hex

#DA709A
(218,112,154)
0 Favorites   0 Comments

Color spaces of #da709a

RGB 218112154
HSL0.930.590.65
HSV336°49°85°
CMYK 0.000.490.29   0.15
XYZ40.540328.826933.9993
Yxy28.82690.39220.2789
Hunter Lab53.690740.82150.0385
CIE-Lab60.628646.0784-3.5673

#da709a color RGB value is (218,112,154).

#da709a hex color red value is 218, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da709a hue: 0.93 , saturation: 0.59 and the lightness value of da709a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10011010
Octal 332 160 232
Decimal 218 112 154
Hex DA 70 9A

RGB Percentages of Color #da709a

%45.04
%23.14
%31.82

CMYK Percentages of Color #da709a

%0
%49
%29
%15

Triadic Colors of #da709a

#da709a #9ada70 #709ada

Analogous Colors of #da709a

#da709a #da7b70 #da70cf

Monochromatic Colors of #da709a

#da709a

Complementary Color

#da709a #70dab0

#da709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da709a Color CSS Codes

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

#da709a Text Font Color

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

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


#da709a Background Color

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

This div background color is #da709a


#da709a Border Color

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

This div border color is #da709a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,112,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 #da709a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da709a


Comments

No comments written yet.

Please login to write comment.