Color Hex Logo

#d517bc Color Hex

#D517BC
(213,23,188)
0 Favorites   0 Comments

Color spaces of #d517bc

RGB 21323188
HSL0.860.810.46
HSV308°89°84°
CMYK 0.000.890.12   0.16
XYZ36.824118.389849.1857
Yxy18.38980.35270.1761
Hunter Lab42.883378.2329-37.9853
CIE-Lab49.965580.1690-39.7244

#d517bc color RGB value is (213,23,188).

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

The process color (four color CMYK) of #d517bc color hex is 0.00, 0.89, 0.12, 0.16. Web safe color of #d517bc is #cc00cc. Color #d517bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 10111100
Octal 325 27 274
Decimal 213 23 188
Hex D5 17 BC

RGB Percentages of Color #d517bc

%50.24
%5.42
%44.34

CMYK Percentages of Color #d517bc

%0
%89
%12
%16

Triadic Colors of #d517bc

#d517bc #bcd517 #17bcd5

Analogous Colors of #d517bc

#d517bc #d5175d #8f17d5

Monochromatic Colors of #d517bc

#d517bc

Complementary Color

#d517bc #17d530

#d517bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d517bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d517bc Color CSS Codes

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

#d517bc Text Font Color

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

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


#d517bc Background Color

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

This div background color is #d517bc


#d517bc Border Color

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

This div border color is #d517bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d517bc


Comments

No comments written yet.

Please login to write comment.