Color Hex Logo

#d682db Color Hex

#D682DB
(214,130,219)
0 Favorites   0 Comments

Color spaces of #d682db

RGB 214130219
HSL0.820.550.68
HSV297°41°86°
CMYK 0.020.410.00   0.14
XYZ48.500435.375971.2898
Yxy35.37590.31260.2280
Hunter Lab59.477641.4700-29.4305
CIE-Lab66.040345.9292-32.2190

#d682db color RGB value is (214,130,219).

#d682db hex color red value is 214, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d682db hue: 0.82 , saturation: 0.55 and the lightness value of d682db is 0.68.

The process color (four color CMYK) of #d682db color hex is 0.02, 0.41, 0.00, 0.14. Web safe color of #d682db is #cc99cc. Color #d682db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000010 11011011
Octal 326 202 333
Decimal 214 130 219
Hex D6 82 DB

RGB Percentages of Color #d682db

%38.01
%23.09
%38.90

CMYK Percentages of Color #d682db

%2
%41
%0
%14

Triadic Colors of #d682db

#d682db #dbd682 #82dbd6

Analogous Colors of #d682db

#d682db #db82b4 #aa82db

Monochromatic Colors of #d682db

#d682db

Complementary Color

#d682db #87db82

#d682db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d682db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d682db Color CSS Codes

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

#d682db Text Font Color

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

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


#d682db Background Color

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

This div background color is #d682db


#d682db Border Color

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

This div border color is #d682db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,130,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d682db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d682db


Comments

No comments written yet.

Please login to write comment.