Color Hex Logo

#da709b Color Hex

#DA709B
(218,112,155)
0 Favorites   0 Comments

Color spaces of #da709b

RGB 218112155
HSL0.930.590.65
HSV336°49°85°
CMYK 0.000.490.29   0.15
XYZ40.624028.860334.4398
Yxy28.86030.39090.2777
Hunter Lab53.721840.9672-0.4042
CIE-Lab60.658146.2098-4.0997

#da709b color RGB value is (218,112,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110000 10011011
Octal 332 160 233
Decimal 218 112 155
Hex DA 70 9B

RGB Percentages of Color #da709b

%44.95
%23.09
%31.96

CMYK Percentages of Color #da709b

%0
%49
%29
%15

Triadic Colors of #da709b

#da709b #9bda70 #709bda

Analogous Colors of #da709b

#da709b #da7a70 #da70d0

Monochromatic Colors of #da709b

#da709b

Complementary Color

#da709b #70daaf

#da709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da709b Color CSS Codes

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

#da709b Text Font Color

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

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


#da709b Background Color

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

This div background color is #da709b


#da709b Border Color

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

This div border color is #da709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da709b


Comments

No comments written yet.

Please login to write comment.