Color Hex Logo

#d986fe Color Hex

#D986FE
(217,134,254)
0 Favorites   0 Comments

Color spaces of #d986fe

RGB 217134254
HSL0.780.980.76
HSV282°47°100°
CMYK 0.150.470.00   0.00
XYZ55.029838.957798.3851
Yxy38.95770.28610.2025
Hunter Lab62.416148.1482-49.7662
CIE-Lab68.720651.5566-47.2839

#d986fe color RGB value is (217,134,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000110 11111110
Octal 331 206 376
Decimal 217 134 254
Hex D9 86 FE

RGB Percentages of Color #d986fe

%35.87
%22.15
%41.98

CMYK Percentages of Color #d986fe

%15
%47
%0
%0

Triadic Colors of #d986fe

#d986fe #fed986 #86fed9

Analogous Colors of #d986fe

#d986fe #fe86e7 #9d86fe

Monochromatic Colors of #d986fe

#d986fe

Complementary Color

#d986fe #abfe86

#d986fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d986fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d986fe Color CSS Codes

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

#d986fe Text Font Color

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

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


#d986fe Background Color

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

This div background color is #d986fe


#d986fe Border Color

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

This div border color is #d986fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d986fe


Comments

No comments written yet.

Please login to write comment.