Color Hex Logo

#d386fa Color Hex

#D386FA
(211,134,250)
0 Favorites   0 Comments

Color spaces of #d386fa

RGB 211134250
HSL0.780.920.75
HSV280°46°98°
CMYK 0.160.460.00   0.02
XYZ52.644437.801294.9642
Yxy37.80120.28390.2039
Hunter Lab61.482745.2455-48.5396
CIE-Lab67.873849.0959-46.4764

#d386fa color RGB value is (211,134,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000110 11111010
Octal 323 206 372
Decimal 211 134 250
Hex D3 86 FA

RGB Percentages of Color #d386fa

%35.46
%22.52
%42.02

CMYK Percentages of Color #d386fa

%16
%46
%0
%2

Triadic Colors of #d386fa

#d386fa #fad386 #86fad3

Analogous Colors of #d386fa

#d386fa #fa86e7 #9986fa

Monochromatic Colors of #d386fa

#d386fa

Complementary Color

#d386fa #adfa86

#d386fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d386fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d386fa Color CSS Codes

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

#d386fa Text Font Color

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

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


#d386fa Background Color

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

This div background color is #d386fa


#d386fa Border Color

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

This div border color is #d386fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d386fa


Comments

No comments written yet.

Please login to write comment.