Color Hex Logo

#d716bc Color Hex

#D716BC
(215,22,188)
0 Favorites   0 Comments

Color spaces of #d716bc

RGB 21522188
HSL0.860.810.46
HSV308°90°84°
CMYK 0.000.900.13   0.16
XYZ37.388318.651749.2065
Yxy18.65170.35520.1772
Hunter Lab43.187678.9524-37.3217
CIE-Lab50.277280.6777-39.2086

#d716bc color RGB value is (215,22,188).

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

The process color (four color CMYK) of #d716bc color hex is 0.00, 0.90, 0.13, 0.16. Web safe color of #d716bc is #cc00cc. Color #d716bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 10111100
Octal 327 26 274
Decimal 215 22 188
Hex D7 16 BC

RGB Percentages of Color #d716bc

%50.59
%5.18
%44.24

CMYK Percentages of Color #d716bc

%0
%90
%13
%16

Triadic Colors of #d716bc

#d716bc #bcd716 #16bcd7

Analogous Colors of #d716bc

#d716bc #d7165c #9216d7

Monochromatic Colors of #d716bc

#d716bc

Complementary Color

#d716bc #16d731

#d716bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d716bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d716bc Color CSS Codes

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

#d716bc Text Font Color

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

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


#d716bc Background Color

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

This div background color is #d716bc


#d716bc Border Color

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

This div border color is #d716bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d716bc


Comments

No comments written yet.

Please login to write comment.