Color Hex Logo

#d87cfb Color Hex

#D87CFB
(216,124,251)
0 Favorites   0 Comments

Color spaces of #d87cfb

RGB 216124251
HSL0.790.940.74
HSV283°51°98°
CMYK 0.140.510.00   0.02
XYZ52.939135.979395.4213
Yxy35.97930.28720.1952
Hunter Lab59.982752.5693-52.3313
CIE-Lab66.504155.7647-49.1441

#d87cfb color RGB value is (216,124,251).

#d87cfb hex color red value is 216, green value is 124 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d87cfb hue: 0.79 , saturation: 0.94 and the lightness value of d87cfb is 0.74.

The process color (four color CMYK) of #d87cfb color hex is 0.14, 0.51, 0.00, 0.02. Web safe color of #d87cfb is #cc66ff. Color #d87cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111100 11111011
Octal 330 174 373
Decimal 216 124 251
Hex D8 7C FB

RGB Percentages of Color #d87cfb

%36.55
%20.98
%42.47

CMYK Percentages of Color #d87cfb

%14
%51
%0
%2

Triadic Colors of #d87cfb

#d87cfb #fbd87c #7cfbd8

Analogous Colors of #d87cfb

#d87cfb #fb7cdf #997cfb

Monochromatic Colors of #d87cfb

#d87cfb

Complementary Color

#d87cfb #9ffb7c

#d87cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87cfb Color CSS Codes

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

#d87cfb Text Font Color

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

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


#d87cfb Background Color

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

This div background color is #d87cfb


#d87cfb Border Color

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

This div border color is #d87cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87cfb


Comments

No comments written yet.

Please login to write comment.