Color Hex Logo

#d513bd Color Hex

#D513BD
(213,19,189)
0 Favorites   0 Comments

Color spaces of #d513bd

RGB 21319189
HSL0.850.840.45
HSV307°91°84°
CMYK 0.000.910.11   0.16
XYZ36.858818.286049.7310
Yxy18.28600.35150.1744
Hunter Lab42.762179.0243-39.0189
CIE-Lab49.841280.8194-40.5038

#d513bd color RGB value is (213,19,189).

#d513bd hex color red value is 213, green value is 19 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d513bd hue: 0.85 , saturation: 0.84 and the lightness value of d513bd is 0.45.

The process color (four color CMYK) of #d513bd color hex is 0.00, 0.91, 0.11, 0.16. Web safe color of #d513bd is #cc00cc. Color #d513bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010011 10111101
Octal 325 23 275
Decimal 213 19 189
Hex D5 13 BD

RGB Percentages of Color #d513bd

%50.59
%4.51
%44.89

CMYK Percentages of Color #d513bd

%0
%91
%11
%16

Triadic Colors of #d513bd

#d513bd #bdd513 #13bdd5

Analogous Colors of #d513bd

#d513bd #d5135c #8c13d5

Monochromatic Colors of #d513bd

#d513bd

Complementary Color

#d513bd #13d52b

#d513bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d513bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d513bd Color CSS Codes

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

#d513bd Text Font Color

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

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


#d513bd Background Color

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

This div background color is #d513bd


#d513bd Border Color

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

This div border color is #d513bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d513bd


Comments

No comments written yet.

Please login to write comment.