Color Hex Logo

#d87ece Color Hex

#D87ECE
(216,126,206)
0 Favorites   0 Comments

Color spaces of #d87ece

RGB 216126206
HSL0.850.540.67
HSV307°42°85°
CMYK 0.000.420.05   0.15
XYZ46.920333.976962.4777
Yxy33.97690.32730.2370
Hunter Lab58.289741.6766-22.7471
CIE-Lab64.944246.2665-26.6361

#d87ece color RGB value is (216,126,206).

#d87ece hex color red value is 216, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d87ece hue: 0.85 , saturation: 0.54 and the lightness value of d87ece is 0.67.

The process color (four color CMYK) of #d87ece color hex is 0.00, 0.42, 0.05, 0.15. Web safe color of #d87ece is #cc66cc. Color #d87ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111110 11001110
Octal 330 176 316
Decimal 216 126 206
Hex D8 7E CE

RGB Percentages of Color #d87ece

%39.42
%22.99
%37.59

CMYK Percentages of Color #d87ece

%0
%42
%5
%15

Triadic Colors of #d87ece

#d87ece #ced87e #7eced8

Analogous Colors of #d87ece

#d87ece #d87ea1 #b57ed8

Monochromatic Colors of #d87ece

#d87ece

Complementary Color

#d87ece #7ed888

#d87ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ece Color CSS Codes

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

#d87ece Text Font Color

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

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


#d87ece Background Color

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

This div background color is #d87ece


#d87ece Border Color

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

This div border color is #d87ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ece


Comments

No comments written yet.

Please login to write comment.