Color Hex Logo

#d715bc Color Hex

#D715BC
(215,21,188)
0 Favorites   0 Comments

Color spaces of #d715bc

RGB 21521188
HSL0.860.820.46
HSV308°90°84°
CMYK 0.000.900.13   0.16
XYZ37.369618.614249.2003
Yxy18.61420.35530.1770
Hunter Lab43.144279.1066-37.4116
CIE-Lab50.232780.8082-39.2788

#d715bc color RGB value is (215,21,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 10111100
Octal 327 25 274
Decimal 215 21 188
Hex D7 15 BC

RGB Percentages of Color #d715bc

%50.71
%4.95
%44.34

CMYK Percentages of Color #d715bc

%0
%90
%13
%16

Triadic Colors of #d715bc

#d715bc #bcd715 #15bcd7

Analogous Colors of #d715bc

#d715bc #d7155b #9115d7

Monochromatic Colors of #d715bc

#d715bc

Complementary Color

#d715bc #15d730

#d715bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d715bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d715bc Color CSS Codes

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

#d715bc Text Font Color

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

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


#d715bc Background Color

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

This div background color is #d715bc


#d715bc Border Color

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

This div border color is #d715bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d715bc


Comments

No comments written yet.

Please login to write comment.