Color Hex Logo

#d509bd Color Hex

#D509BD
(213,9,189)
0 Favorites   0 Comments

Color spaces of #d509bd

RGB 2139189
HSL0.850.920.44
HSV307°96°84°
CMYK 0.000.960.11   0.16
XYZ36.723618.015649.6859
Yxy18.01560.35170.1725
Hunter Lab42.444880.1614-39.6936
CIE-Lab49.515081.7789-41.0195

#d509bd color RGB value is (213,9,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 10111101
Octal 325 11 275
Decimal 213 9 189
Hex D5 9 BD

RGB Percentages of Color #d509bd

%51.82
%2.19
%45.99

CMYK Percentages of Color #d509bd

%0
%96
%11
%16

Triadic Colors of #d509bd

#d509bd #bdd509 #09bdd5

Analogous Colors of #d509bd

#d509bd #d50957 #8709d5

Monochromatic Colors of #d509bd

#d509bd

Complementary Color

#d509bd #09d521

#d509bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d509bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d509bd Color CSS Codes

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

#d509bd Text Font Color

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

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


#d509bd Background Color

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

This div background color is #d509bd


#d509bd Border Color

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

This div border color is #d509bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d509bd


Comments

No comments written yet.

Please login to write comment.