Color Hex Logo

#d411bd Color Hex

#D411BD
(212,17,189)
0 Favorites   0 Comments

Color spaces of #d411bd

RGB 21217189
HSL0.850.850.45
HSV307°92°83°
CMYK 0.000.920.11   0.17
XYZ36.537118.072149.7066
Yxy18.07210.35030.1732
Hunter Lab42.511379.0203-39.5673
CIE-Lab49.583480.8664-40.9230

#d411bd color RGB value is (212,17,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 10111101
Octal 324 21 275
Decimal 212 17 189
Hex D4 11 BD

RGB Percentages of Color #d411bd

%50.72
%4.07
%45.22

CMYK Percentages of Color #d411bd

%0
%92
%11
%17

Triadic Colors of #d411bd

#d411bd #bdd411 #11bdd4

Analogous Colors of #d411bd

#d411bd #d4115c #8a11d4

Monochromatic Colors of #d411bd

#d411bd

Complementary Color

#d411bd #11d428

#d411bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d411bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d411bd Color CSS Codes

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

#d411bd Text Font Color

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

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


#d411bd Background Color

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

This div background color is #d411bd


#d411bd Border Color

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

This div border color is #d411bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d411bd


Comments

No comments written yet.

Please login to write comment.