Color Hex Logo

#d87afc Color Hex

#D87AFC
(216,122,252)
0 Favorites   0 Comments

Color spaces of #d87afc

RGB 216122252
HSL0.790.960.73
HSV283°52°99°
CMYK 0.140.520.00   0.01
XYZ52.849135.546396.1711
Yxy35.54630.28630.1926
Hunter Lab59.620753.8900-53.9031
CIE-Lab66.171856.9638-50.2171

#d87afc color RGB value is (216,122,252).

#d87afc hex color red value is 216, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d87afc hue: 0.79 , saturation: 0.96 and the lightness value of d87afc is 0.73.

The process color (four color CMYK) of #d87afc color hex is 0.14, 0.52, 0.00, 0.01. Web safe color of #d87afc is #cc66ff. Color #d87afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111010 11111100
Octal 330 172 374
Decimal 216 122 252
Hex D8 7A FC

RGB Percentages of Color #d87afc

%36.61
%20.68
%42.71

CMYK Percentages of Color #d87afc

%14
%52
%0
%1

Triadic Colors of #d87afc

#d87afc #fcd87a #7afcd8

Analogous Colors of #d87afc

#d87afc #fc7adf #977afc

Monochromatic Colors of #d87afc

#d87afc

Complementary Color

#d87afc #9efc7a

#d87afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87afc Color CSS Codes

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

#d87afc Text Font Color

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

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


#d87afc Background Color

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

This div background color is #d87afc


#d87afc Border Color

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

This div border color is #d87afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87afc

#d87afc Color Palettes


Comments

No comments written yet.

Please login to write comment.