Color Hex Logo

#d987fe Color Hex

#D987FE
(217,135,254)
0 Favorites   0 Comments

Color spaces of #d987fe

RGB 217135254
HSL0.780.980.76
HSV281°47°100°
CMYK 0.150.470.00   0.00
XYZ55.168639.235498.4314
Yxy39.23540.28610.2035
Hunter Lab62.638247.5972-49.3233
CIE-Lab68.921451.0411-46.9680

#d987fe color RGB value is (217,135,254).

#d987fe hex color red value is 217, green value is 135 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d987fe hue: 0.78 , saturation: 0.98 and the lightness value of d987fe is 0.76.

The process color (four color CMYK) of #d987fe color hex is 0.15, 0.47, 0.00, 0.00. Web safe color of #d987fe is #cc99ff. Color #d987fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000111 11111110
Octal 331 207 376
Decimal 217 135 254
Hex D9 87 FE

RGB Percentages of Color #d987fe

%35.81
%22.28
%41.91

CMYK Percentages of Color #d987fe

%15
%47
%0
%0

Triadic Colors of #d987fe

#d987fe #fed987 #87fed9

Analogous Colors of #d987fe

#d987fe #fe87e8 #9e87fe

Monochromatic Colors of #d987fe

#d987fe

Complementary Color

#d987fe #acfe87

#d987fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d987fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d987fe Color CSS Codes

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

#d987fe Text Font Color

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

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


#d987fe Background Color

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

This div background color is #d987fe


#d987fe Border Color

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

This div border color is #d987fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,135,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d987fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d987fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d987fe;
  box-shadow:         1px 1px 3px 2px #d987fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,135,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d987fe

Related Colors


Comments

No comments written yet.

Please login to write comment.