Color Hex Logo

#d615bd Color Hex

#D615BD
(214,21,189)
0 Favorites   0 Comments

Color spaces of #d615bd

RGB 21421189
HSL0.850.820.46
HSV308°90°84°
CMYK 0.000.900.12   0.16
XYZ37.185018.506649.7564
Yxy18.50660.35260.1755
Hunter Lab43.019379.0080-38.4617
CIE-Lab50.104980.7552-40.0753

#d615bd color RGB value is (214,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010101 10111101
Octal 326 25 275
Decimal 214 21 189
Hex D6 15 BD

RGB Percentages of Color #d615bd

%50.47
%4.95
%44.58

CMYK Percentages of Color #d615bd

%0
%90
%12
%16

Triadic Colors of #d615bd

#d615bd #bdd615 #15bdd6

Analogous Colors of #d615bd

#d615bd #d6155c #8f15d6

Monochromatic Colors of #d615bd

#d615bd

Complementary Color

#d615bd #15d62e

#d615bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d615bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d615bd Color CSS Codes

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

#d615bd Text Font Color

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

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


#d615bd Background Color

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

This div background color is #d615bd


#d615bd Border Color

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

This div border color is #d615bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d615bd


Comments

No comments written yet.

Please login to write comment.