Color Hex Logo

#da719b Color Hex

#DA719B
(218,113,155)
0 Favorites   0 Comments

Color spaces of #da719b

RGB 218113155
HSL0.930.590.65
HSV336°48°85°
CMYK 0.000.480.29   0.15
XYZ40.735029.082234.4768
Yxy29.08220.39060.2788
Hunter Lab53.927940.4579-0.1553
CIE-Lab60.854145.7078-3.8106

#da719b color RGB value is (218,113,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 10011011
Octal 332 161 233
Decimal 218 113 155
Hex DA 71 9B

RGB Percentages of Color #da719b

%44.86
%23.25
%31.89

CMYK Percentages of Color #da719b

%0
%48
%29
%15

Triadic Colors of #da719b

#da719b #9bda71 #719bda

Analogous Colors of #da719b

#da719b #da7c71 #da71d0

Monochromatic Colors of #da719b

#da719b

Complementary Color

#da719b #71dab0

#da719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da719b Color CSS Codes

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

#da719b Text Font Color

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

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


#da719b Background Color

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

This div background color is #da719b


#da719b Border Color

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

This div border color is #da719b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da719b


Comments

No comments written yet.

Please login to write comment.