Color Hex Logo

#d786fa Color Hex

#D786FA
(215,134,250)
0 Favorites   0 Comments

Color spaces of #d786fa

RGB 215134250
HSL0.780.920.75
HSV282°46°98°
CMYK 0.140.460.00   0.02
XYZ53.804738.399495.0185
Yxy38.39940.28740.2051
Hunter Lab61.967246.5447-47.5362
CIE-Lab68.314050.1937-45.7540

#d786fa color RGB value is (215,134,250).

#d786fa hex color red value is 215, green value is 134 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d786fa hue: 0.78 , saturation: 0.92 and the lightness value of d786fa is 0.75.

The process color (four color CMYK) of #d786fa color hex is 0.14, 0.46, 0.00, 0.02. Web safe color of #d786fa is #cc99ff. Color #d786fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 11111010
Octal 327 206 372
Decimal 215 134 250
Hex D7 86 FA

RGB Percentages of Color #d786fa

%35.89
%22.37
%41.74

CMYK Percentages of Color #d786fa

%14
%46
%0
%2

Triadic Colors of #d786fa

#d786fa #fad786 #86fad7

Analogous Colors of #d786fa

#d786fa #fa86e3 #9d86fa

Monochromatic Colors of #d786fa

#d786fa

Complementary Color

#d786fa #a9fa86

#d786fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d786fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d786fa Color CSS Codes

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

#d786fa Text Font Color

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

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


#d786fa Background Color

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

This div background color is #d786fa


#d786fa Border Color

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

This div border color is #d786fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,134,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d786fa


Comments

No comments written yet.

Please login to write comment.