Color Hex Logo

#d605bd Color Hex

#D605BD
(214,5,189)
0 Favorites   0 Comments

Color spaces of #d605bd

RGB 2145189
HSL0.850.950.43
HSV307°98°84°
CMYK 0.000.980.12   0.16
XYZ36.971118.078849.6851
Yxy18.07880.35300.1726
Hunter Lab42.519280.8001-39.5190
CIE-Lab49.591582.2653-40.8868

#d605bd color RGB value is (214,5,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000101 10111101
Octal 326 5 275
Decimal 214 5 189
Hex D6 5 BD

RGB Percentages of Color #d605bd

%52.45
%1.23
%46.32

CMYK Percentages of Color #d605bd

%0
%98
%12
%16

Triadic Colors of #d605bd

#d605bd #bdd605 #05bdd6

Analogous Colors of #d605bd

#d605bd #d60554 #8705d6

Monochromatic Colors of #d605bd

#d605bd

Complementary Color

#d605bd #05d61e

#d605bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d605bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d605bd Color CSS Codes

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

#d605bd Text Font Color

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

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


#d605bd Background Color

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

This div background color is #d605bd


#d605bd Border Color

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

This div border color is #d605bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d605bd


Comments

No comments written yet.

Please login to write comment.