Color Hex Logo

#d685bc Color Hex

#D685BC
(214,133,188)
0 Favorites   0 Comments

Color spaces of #d685bc

RGB 214133188
HSL0.890.500.68
HSV319°38°84°
CMYK 0.000.380.12   0.16
XYZ45.196234.702051.8930
Yxy34.70200.34290.2633
Hunter Lab58.908433.8606-10.9933
CIE-Lab65.516038.9014-15.6786

#d685bc color RGB value is (214,133,188).

#d685bc hex color red value is 214, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d685bc hue: 0.89 , saturation: 0.50 and the lightness value of d685bc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000101 10111100
Octal 326 205 274
Decimal 214 133 188
Hex D6 85 BC

RGB Percentages of Color #d685bc

%40.00
%24.86
%35.14

CMYK Percentages of Color #d685bc

%0
%38
%12
%16

Triadic Colors of #d685bc

#d685bc #bcd685 #85bcd6

Analogous Colors of #d685bc

#d685bc #d68594 #c885d6

Monochromatic Colors of #d685bc

#d685bc

Complementary Color

#d685bc #85d69f

#d685bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d685bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d685bc Color CSS Codes

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

#d685bc Text Font Color

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

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


#d685bc Background Color

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

This div background color is #d685bc


#d685bc Border Color

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

This div border color is #d685bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d685bc


Comments

No comments written yet.

Please login to write comment.