Color Hex Logo

#d86cbc Color Hex

#D86CBC
(216,108,188)
0 Favorites   0 Comments

Color spaces of #d86cbc

RGB 216108188
HSL0.880.580.64
HSV316°50°85°
CMYK 0.000.500.13   0.15
XYZ42.758628.954950.9122
Yxy28.95490.34870.2361
Hunter Lab53.809847.6736-18.4305
CIE-Lab60.741852.3336-22.9195

#d86cbc color RGB value is (216,108,188).

#d86cbc hex color red value is 216, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d86cbc hue: 0.88 , saturation: 0.58 and the lightness value of d86cbc is 0.64.

The process color (four color CMYK) of #d86cbc color hex is 0.00, 0.50, 0.13, 0.15. Web safe color of #d86cbc is #cc66cc. Color #d86cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101100 10111100
Octal 330 154 274
Decimal 216 108 188
Hex D8 6C BC

RGB Percentages of Color #d86cbc

%42.19
%21.09
%36.72

CMYK Percentages of Color #d86cbc

%0
%50
%13
%15

Triadic Colors of #d86cbc

#d86cbc #bcd86c #6cbcd8

Analogous Colors of #d86cbc

#d86cbc #d86c86 #be6cd8

Monochromatic Colors of #d86cbc

#d86cbc

Complementary Color

#d86cbc #6cd888

#d86cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86cbc Color CSS Codes

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

#d86cbc Text Font Color

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

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


#d86cbc Background Color

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

This div background color is #d86cbc


#d86cbc Border Color

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

This div border color is #d86cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86cbc


Comments

No comments written yet.

Please login to write comment.