Color Hex Logo

#d620bd Color Hex

#D620BD
(214,32,189)
0 Favorites   0 Comments

Color spaces of #d620bd

RGB 21432189
HSL0.860.740.48
HSV308°85°84°
CMYK 0.000.850.12   0.16
XYZ37.433419.003349.8392
Yxy19.00330.35220.1788
Hunter Lab43.592876.9918-37.2707
CIE-Lab50.691179.0410-39.1501

#d620bd color RGB value is (214,32,189).

#d620bd hex color red value is 214, green value is 32 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d620bd hue: 0.86 , saturation: 0.74 and the lightness value of d620bd is 0.48.

The process color (four color CMYK) of #d620bd color hex is 0.00, 0.85, 0.12, 0.16. Web safe color of #d620bd is #cc33cc. Color #d620bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 10111101
Octal 326 40 275
Decimal 214 32 189
Hex D6 20 BD

RGB Percentages of Color #d620bd

%49.20
%7.36
%43.45

CMYK Percentages of Color #d620bd

%0
%85
%12
%16

Triadic Colors of #d620bd

#d620bd #bdd620 #20bdd6

Analogous Colors of #d620bd

#d620bd #d62062 #9420d6

Monochromatic Colors of #d620bd

#d620bd

Complementary Color

#d620bd #20d639

#d620bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d620bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d620bd Color CSS Codes

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

#d620bd Text Font Color

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

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


#d620bd Background Color

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

This div background color is #d620bd


#d620bd Border Color

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

This div border color is #d620bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d620bd


Comments

No comments written yet.

Please login to write comment.