Color Hex Logo

#d791fa Color Hex

#D791FA
(215,145,250)
0 Favorites   0 Comments

Color spaces of #d791fa

RGB 215145250
HSL0.780.910.77
HSV280°42°98°
CMYK 0.140.420.00   0.02
XYZ55.405041.600095.5519
Yxy41.60000.28770.2160
Hunter Lab64.498140.4631-42.6877
CIE-Lab70.594344.4255-42.1794

#d791fa color RGB value is (215,145,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010001 11111010
Octal 327 221 372
Decimal 215 145 250
Hex D7 91 FA

RGB Percentages of Color #d791fa

%35.25
%23.77
%40.98

CMYK Percentages of Color #d791fa

%14
%42
%0
%2

Triadic Colors of #d791fa

#d791fa #fad791 #91fad7

Analogous Colors of #d791fa

#d791fa #fa91e9 #a391fa

Monochromatic Colors of #d791fa

#d791fa

Complementary Color

#d791fa #b4fa91

#d791fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d791fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d791fa Color CSS Codes

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

#d791fa Text Font Color

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

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


#d791fa Background Color

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

This div background color is #d791fa


#d791fa Border Color

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

This div border color is #d791fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d791fa


Comments

No comments written yet.

Please login to write comment.