Color Hex Logo

#d719ad Color Hex

#D719AD
(215,25,173)
0 Favorites   0 Comments

Color spaces of #d719ad

RGB 21525173
HSL0.870.790.47
HSV313°88°84°
CMYK 0.000.880.20   0.16
XYZ35.914818.159541.1474
Yxy18.15950.37720.1907
Hunter Lab42.614075.8643-27.4198
CIE-Lab49.689078.3356-31.3395

#d719ad color RGB value is (215,25,173).

#d719ad hex color red value is 215, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d719ad hue: 0.87 , saturation: 0.79 and the lightness value of d719ad is 0.47.

The process color (four color CMYK) of #d719ad color hex is 0.00, 0.88, 0.20, 0.16. Web safe color of #d719ad is #cc0099. Color #d719ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 10101101
Octal 327 31 255
Decimal 215 25 173
Hex D7 19 AD

RGB Percentages of Color #d719ad

%52.06
%6.05
%41.89

CMYK Percentages of Color #d719ad

%0
%88
%20
%16

Triadic Colors of #d719ad

#d719ad #add719 #19add7

Analogous Colors of #d719ad

#d719ad #d7194e #a219d7

Monochromatic Colors of #d719ad

#d719ad

Complementary Color

#d719ad #19d743

#d719ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d719ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d719ad Color CSS Codes

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

#d719ad Text Font Color

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

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


#d719ad Background Color

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

This div background color is #d719ad


#d719ad Border Color

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

This div border color is #d719ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,25,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d719ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d719ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d719ad;
  box-shadow:         1px 1px 3px 2px #d719ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,25,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d719ad


Comments

No comments written yet.

Please login to write comment.