Color Hex Logo

#d682bd Color Hex

#D682BD
(214,130,189)
0 Favorites   0 Comments

Color spaces of #d682bd

RGB 214130189
HSL0.880.510.67
HSV318°39°84°
CMYK 0.000.390.12   0.16
XYZ44.899533.935552.3279
Yxy33.93550.34230.2587
Hunter Lab58.254235.6343-12.4804
CIE-Lab64.911340.6518-17.1563

#d682bd color RGB value is (214,130,189).

#d682bd hex color red value is 214, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d682bd hue: 0.88 , saturation: 0.51 and the lightness value of d682bd is 0.67.

The process color (four color CMYK) of #d682bd color hex is 0.00, 0.39, 0.12, 0.16. Web safe color of #d682bd is #cc99cc. Color #d682bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000010 10111101
Octal 326 202 275
Decimal 214 130 189
Hex D6 82 BD

RGB Percentages of Color #d682bd

%40.15
%24.39
%35.46

CMYK Percentages of Color #d682bd

%0
%39
%12
%16

Triadic Colors of #d682bd

#d682bd #bdd682 #82bdd6

Analogous Colors of #d682bd

#d682bd #d68293 #c582d6

Monochromatic Colors of #d682bd

#d682bd

Complementary Color

#d682bd #82d69b

#d682bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d682bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d682bd Color CSS Codes

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

#d682bd Text Font Color

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

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


#d682bd Background Color

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

This div background color is #d682bd


#d682bd Border Color

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

This div border color is #d682bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d682bd


Comments

No comments written yet.

Please login to write comment.