Color Hex Logo

#d409bd Color Hex

#D409BD
(212,9,189)
0 Favorites   0 Comments

Color spaces of #d409bd

RGB 2129189
HSL0.850.920.43
HSV307°96°83°
CMYK 0.000.960.11   0.17
XYZ36.434417.866549.6724
Yxy17.86650.35040.1718
Hunter Lab42.268879.8912-40.0868
CIE-Lab49.333881.6016-41.3181

#d409bd color RGB value is (212,9,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001001 10111101
Octal 324 11 275
Decimal 212 9 189
Hex D4 9 BD

RGB Percentages of Color #d409bd

%51.71
%2.20
%46.10

CMYK Percentages of Color #d409bd

%0
%96
%11
%17

Triadic Colors of #d409bd

#d409bd #bdd409 #09bdd4

Analogous Colors of #d409bd

#d409bd #d40958 #8609d4

Monochromatic Colors of #d409bd

#d409bd

Complementary Color

#d409bd #09d420

#d409bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d409bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d409bd Color CSS Codes

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

#d409bd Text Font Color

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

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


#d409bd Background Color

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

This div background color is #d409bd


#d409bd Border Color

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

This div border color is #d409bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d409bd


Comments

No comments written yet.

Please login to write comment.