Color Hex Logo

#d609bd Color Hex

#D609BD
(214,9,189)
0 Favorites   0 Comments

Color spaces of #d609bd

RGB 2149189
HSL0.850.920.44
HSV307°96°84°
CMYK 0.000.960.12   0.16
XYZ37.014618.165649.6995
Yxy18.16560.35290.1732
Hunter Lab42.621180.4326-39.3019
CIE-Lab49.696381.9567-40.7209

#d609bd color RGB value is (214,9,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001001 10111101
Octal 326 11 275
Decimal 214 9 189
Hex D6 9 BD

RGB Percentages of Color #d609bd

%51.94
%2.18
%45.87

CMYK Percentages of Color #d609bd

%0
%96
%12
%16

Triadic Colors of #d609bd

#d609bd #bdd609 #09bdd6

Analogous Colors of #d609bd

#d609bd #d60956 #8909d6

Monochromatic Colors of #d609bd

#d609bd

Complementary Color

#d609bd #09d622

#d609bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d609bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d609bd Color CSS Codes

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

#d609bd Text Font Color

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

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


#d609bd Background Color

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

This div background color is #d609bd


#d609bd Border Color

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

This div border color is #d609bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d609bd


Comments

No comments written yet.

Please login to write comment.