Color Hex Logo

#d682bc Color Hex

#D682BC
(214,130,188)
0 Favorites   0 Comments

Color spaces of #d682bc

RGB 214130188
HSL0.880.510.67
HSV319°39°84°
CMYK 0.000.390.12   0.16
XYZ44.791333.892251.7581
Yxy33.89220.34340.2598
Hunter Lab58.217035.4555-11.9601
CIE-Lab64.876940.4871-16.6450

#d682bc color RGB value is (214,130,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000010 10111100
Octal 326 202 274
Decimal 214 130 188
Hex D6 82 BC

RGB Percentages of Color #d682bc

%40.23
%24.44
%35.34

CMYK Percentages of Color #d682bc

%0
%39
%12
%16

Triadic Colors of #d682bc

#d682bc #bcd682 #82bcd6

Analogous Colors of #d682bc

#d682bc #d68292 #c682d6

Monochromatic Colors of #d682bc

#d682bc

Complementary Color

#d682bc #82d69c

#d682bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d682bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d682bc Color CSS Codes

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

#d682bc Text Font Color

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

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


#d682bc Background Color

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

This div background color is #d682bc


#d682bc Border Color

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

This div border color is #d682bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d682bc


Comments

No comments written yet.

Please login to write comment.