Color Hex Logo

#d785bc Color Hex

#D785BC
(215,133,188)
0 Favorites   0 Comments

Color spaces of #d785bc

RGB 215133188
HSL0.890.510.68
HSV320°38°84°
CMYK 0.000.380.13   0.16
XYZ45.489034.853051.9067
Yxy34.85300.34400.2635
Hunter Lab59.036434.2248-10.8041
CIE-Lab65.634139.2334-15.4888

#d785bc color RGB value is (215,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000101 10111100
Octal 327 205 274
Decimal 215 133 188
Hex D7 85 BC

RGB Percentages of Color #d785bc

%40.11
%24.81
%35.07

CMYK Percentages of Color #d785bc

%0
%38
%13
%16

Triadic Colors of #d785bc

#d785bc #bcd785 #85bcd7

Analogous Colors of #d785bc

#d785bc #d78593 #c985d7

Monochromatic Colors of #d785bc

#d785bc

Complementary Color

#d785bc #85d7a0

#d785bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d785bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d785bc Color CSS Codes

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

#d785bc Text Font Color

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

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


#d785bc Background Color

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

This div background color is #d785bc


#d785bc Border Color

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

This div border color is #d785bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d785bc


Comments

No comments written yet.

Please login to write comment.