Color Hex Logo

#d517bf Color Hex

#D517BF
(213,23,191)
0 Favorites   0 Comments

Color spaces of #d517bf

RGB 21323191
HSL0.850.810.46
HSV307°89°84°
CMYK 0.000.890.10   0.16
XYZ37.150918.520550.9070
Yxy18.52050.34860.1738
Hunter Lab43.035578.7804-40.0098
CIE-Lab50.121480.5721-41.2252

#d517bf color RGB value is (213,23,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 10111111
Octal 325 27 277
Decimal 213 23 191
Hex D5 17 BF

RGB Percentages of Color #d517bf

%49.88
%5.39
%44.73

CMYK Percentages of Color #d517bf

%0
%89
%10
%16

Triadic Colors of #d517bf

#d517bf #bfd517 #17bfd5

Analogous Colors of #d517bf

#d517bf #d51760 #8c17d5

Monochromatic Colors of #d517bf

#d517bf

Complementary Color

#d517bf #17d52d

#d517bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d517bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d517bf Color CSS Codes

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

#d517bf Text Font Color

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

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


#d517bf Background Color

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

This div background color is #d517bf


#d517bf Border Color

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

This div border color is #d517bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,23,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d517bf


Comments

No comments written yet.

Please login to write comment.