Color Hex Logo

#d387cc Color Hex

#D387CC
(211,135,204)
0 Favorites   0 Comments

Color spaces of #d387cc

RGB 211135204
HSL0.850.460.68
HSV306°36°83°
CMYK 0.000.360.03   0.17
XYZ46.427035.536561.5390
Yxy35.53650.32350.2476
Hunter Lab59.612534.6963-19.4773
CIE-Lab66.164239.6181-23.6961

#d387cc color RGB value is (211,135,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000111 11001100
Octal 323 207 314
Decimal 211 135 204
Hex D3 87 CC

RGB Percentages of Color #d387cc

%38.36
%24.55
%37.09

CMYK Percentages of Color #d387cc

%0
%36
%3
%17

Triadic Colors of #d387cc

#d387cc #ccd387 #87ccd3

Analogous Colors of #d387cc

#d387cc #d387a6 #b487d3

Monochromatic Colors of #d387cc

#d387cc

Complementary Color

#d387cc #87d38e

#d387cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d387cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d387cc Color CSS Codes

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

#d387cc Text Font Color

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

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


#d387cc Background Color

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

This div background color is #d387cc


#d387cc Border Color

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

This div border color is #d387cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,135,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d387cc


Comments

No comments written yet.

Please login to write comment.