Color Hex Logo

#d86bbe Color Hex

#D86BBE
(216,107,190)
0 Favorites   0 Comments

Color spaces of #d86bbe

RGB 216107190
HSL0.870.580.63
HSV314°50°85°
CMYK 0.000.500.12   0.15
XYZ42.870928.832052.0208
Yxy28.83200.34650.2330
Hunter Lab53.695448.5489-19.8541
CIE-Lab60.633153.1374-24.2256

#d86bbe color RGB value is (216,107,190).

#d86bbe hex color red value is 216, green value is 107 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d86bbe hue: 0.87 , saturation: 0.58 and the lightness value of d86bbe is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101011 10111110
Octal 330 153 276
Decimal 216 107 190
Hex D8 6B BE

RGB Percentages of Color #d86bbe

%42.11
%20.86
%37.04

CMYK Percentages of Color #d86bbe

%0
%50
%12
%15

Triadic Colors of #d86bbe

#d86bbe #bed86b #6bbed8

Analogous Colors of #d86bbe

#d86bbe #d86b88 #bc6bd8

Monochromatic Colors of #d86bbe

#d86bbe

Complementary Color

#d86bbe #6bd885

#d86bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86bbe Color CSS Codes

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

#d86bbe Text Font Color

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

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


#d86bbe Background Color

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

This div background color is #d86bbe


#d86bbe Border Color

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

This div border color is #d86bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,107,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86bbe


Comments

No comments written yet.

Please login to write comment.