Color Hex Logo

#d87abe Color Hex

#D87ABE
(216,122,190)
0 Favorites   0 Comments

Color spaces of #d87abe

RGB 216122190
HSL0.880.550.66
HSV317°44°85°
CMYK 0.000.440.12   0.15
XYZ44.572732.235752.5881
Yxy32.23570.34450.2491
Hunter Lab56.776540.7736-15.1726
CIE-Lab63.537245.6277-19.7848

#d87abe color RGB value is (216,122,190).

#d87abe hex color red value is 216, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d87abe hue: 0.88 , saturation: 0.55 and the lightness value of d87abe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111010 10111110
Octal 330 172 276
Decimal 216 122 190
Hex D8 7A BE

RGB Percentages of Color #d87abe

%40.91
%23.11
%35.98

CMYK Percentages of Color #d87abe

%0
%44
%12
%15

Triadic Colors of #d87abe

#d87abe #bed87a #7abed8

Analogous Colors of #d87abe

#d87abe #d87a8f #c37ad8

Monochromatic Colors of #d87abe

#d87abe

Complementary Color

#d87abe #7ad894

#d87abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87abe Color CSS Codes

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

#d87abe Text Font Color

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

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


#d87abe Background Color

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

This div background color is #d87abe


#d87abe Border Color

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

This div border color is #d87abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87abe


Comments

No comments written yet.

Please login to write comment.