Color Hex Logo

#d151fa Color Hex

#D151FA
(209,81,250)
0 Favorites   0 Comments

Color spaces of #d151fa

RGB 20981250
HSL0.790.940.65
HSV285°68°98°
CMYK 0.160.680.00   0.02
XYZ46.492226.342393.0766
Yxy26.34230.28020.1588
Hunter Lab51.324871.8748-71.5941
CIE-Lab58.360573.4390-61.6041

#d151fa color RGB value is (209,81,250).

#d151fa hex color red value is 209, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d151fa hue: 0.79 , saturation: 0.94 and the lightness value of d151fa is 0.65.

The process color (four color CMYK) of #d151fa color hex is 0.16, 0.68, 0.00, 0.02. Web safe color of #d151fa is #cc66ff. Color #d151fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 11111010
Octal 321 121 372
Decimal 209 81 250
Hex D1 51 FA

RGB Percentages of Color #d151fa

%38.70
%15.00
%46.30

CMYK Percentages of Color #d151fa

%16
%68
%0
%2

Triadic Colors of #d151fa

#d151fa #fad151 #51fad1

Analogous Colors of #d151fa

#d151fa #fa51cf #7d51fa

Monochromatic Colors of #d151fa

#d151fa

Complementary Color

#d151fa #7afa51

#d151fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d151fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d151fa Color CSS Codes

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

#d151fa Text Font Color

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

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


#d151fa Background Color

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

This div background color is #d151fa


#d151fa Border Color

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

This div border color is #d151fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d151fa


Comments

No comments written yet.

Please login to write comment.