Color Hex Logo

#d391fa Color Hex

#D391FA
(211,145,250)
0 Favorites   0 Comments

Color spaces of #d391fa

RGB 211145250
HSL0.770.910.77
HSV278°42°98°
CMYK 0.160.420.00   0.02
XYZ54.244741.001895.4976
Yxy41.00180.28440.2150
Hunter Lab64.032639.1576-43.6016
CIE-Lab70.177243.2870-42.8622

#d391fa color RGB value is (211,145,250).

#d391fa hex color red value is 211, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d391fa hue: 0.77 , saturation: 0.91 and the lightness value of d391fa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 11111010
Octal 323 221 372
Decimal 211 145 250
Hex D3 91 FA

RGB Percentages of Color #d391fa

%34.82
%23.93
%41.25

CMYK Percentages of Color #d391fa

%16
%42
%0
%2

Triadic Colors of #d391fa

#d391fa #fad391 #91fad3

Analogous Colors of #d391fa

#d391fa #fa91ed #9f91fa

Monochromatic Colors of #d391fa

#d391fa

Complementary Color

#d391fa #b8fa91

#d391fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391fa Color CSS Codes

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

#d391fa Text Font Color

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

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


#d391fa Background Color

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

This div background color is #d391fa


#d391fa Border Color

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

This div border color is #d391fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391fa

Related Colors

#d391fa Color Palettes


Comments

No comments written yet.

Please login to write comment.