Color Hex Logo

#d387bc Color Hex

#D387BC
(211,135,188)
0 Favorites   0 Comments

Color spaces of #d387bc

RGB 211135188
HSL0.880.460.68
HSV318°36°83°
CMYK 0.000.360.11   0.17
XYZ44.605034.807751.9446
Yxy34.80770.33960.2650
Hunter Lab58.998131.7069-10.9030
CIE-Lab65.598736.8359-15.5878

#d387bc color RGB value is (211,135,188).

#d387bc hex color red value is 211, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d387bc hue: 0.88 , saturation: 0.46 and the lightness value of d387bc is 0.68.

The process color (four color CMYK) of #d387bc color hex is 0.00, 0.36, 0.11, 0.17. Web safe color of #d387bc is #cc99cc. Color #d387bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000111 10111100
Octal 323 207 274
Decimal 211 135 188
Hex D3 87 BC

RGB Percentages of Color #d387bc

%39.51
%25.28
%35.21

CMYK Percentages of Color #d387bc

%0
%36
%11
%17

Triadic Colors of #d387bc

#d387bc #bcd387 #87bcd3

Analogous Colors of #d387bc

#d387bc #d38796 #c487d3

Monochromatic Colors of #d387bc

#d387bc

Complementary Color

#d387bc #87d39e

#d387bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d387bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d387bc Color CSS Codes

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

#d387bc Text Font Color

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

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


#d387bc Background Color

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

This div background color is #d387bc


#d387bc Border Color

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

This div border color is #d387bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d387bc


Comments

No comments written yet.

Please login to write comment.