Color Hex Logo

#d682bf Color Hex

#D682BF
(214,130,191)
0 Favorites   0 Comments

Color spaces of #d682bf

RGB 214130191
HSL0.880.510.67
HSV316°39°84°
CMYK 0.000.390.11   0.16
XYZ45.118234.023053.4793
Yxy34.02300.34020.2565
Hunter Lab58.329235.9952-13.5297
CIE-Lab64.980840.9835-18.1772

#d682bf color RGB value is (214,130,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000010 10111111
Octal 326 202 277
Decimal 214 130 191
Hex D6 82 BF

RGB Percentages of Color #d682bf

%40.00
%24.30
%35.70

CMYK Percentages of Color #d682bf

%0
%39
%11
%16

Triadic Colors of #d682bf

#d682bf #bfd682 #82bfd6

Analogous Colors of #d682bf

#d682bf #d68295 #c382d6

Monochromatic Colors of #d682bf

#d682bf

Complementary Color

#d682bf #82d699

#d682bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d682bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d682bf Color CSS Codes

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

#d682bf Text Font Color

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

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


#d682bf Background Color

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

This div background color is #d682bf


#d682bf Border Color

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

This div border color is #d682bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d682bf


Comments

No comments written yet.

Please login to write comment.