Color Hex Logo

#d716af Color Hex

#D716AF
(215,22,175)
0 Favorites   0 Comments

Color spaces of #d716af

RGB 21522175
HSL0.870.810.46
HSV312°90°84°
CMYK 0.000.900.19   0.16
XYZ36.049118.116042.1542
Yxy18.11600.37430.1881
Hunter Lab42.562976.6974-28.9267
CIE-Lab49.636579.0119-32.5998

#d716af color RGB value is (215,22,175).

#d716af hex color red value is 215, green value is 22 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d716af hue: 0.87 , saturation: 0.81 and the lightness value of d716af is 0.46.

The process color (four color CMYK) of #d716af color hex is 0.00, 0.90, 0.19, 0.16. Web safe color of #d716af is #cc0099. Color #d716af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 10101111
Octal 327 26 257
Decimal 215 22 175
Hex D7 16 AF

RGB Percentages of Color #d716af

%52.18
%5.34
%42.48

CMYK Percentages of Color #d716af

%0
%90
%19
%16

Triadic Colors of #d716af

#d716af #afd716 #16afd7

Analogous Colors of #d716af

#d716af #d7164e #9f16d7

Monochromatic Colors of #d716af

#d716af

Complementary Color

#d716af #16d73e

#d716af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d716af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d716af Color CSS Codes

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

#d716af Text Font Color

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

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


#d716af Background Color

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

This div background color is #d716af


#d716af Border Color

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

This div border color is #d716af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d716af


Comments

No comments written yet.

Please login to write comment.