Color Hex Logo

#d919fa Color Hex

#D919FA
(217,25,250)
0 Favorites   0 Comments

Color spaces of #d919fa

RGB 21725250
HSL0.810.960.54
HSV291°90°98°
CMYK 0.130.900.00   0.02
XYZ46.218222.349192.3203
Yxy22.34910.28730.1389
Hunter Lab47.274891.7794-82.6916
CIE-Lab54.395589.7544-67.9249

#d919fa color RGB value is (217,25,250).

#d919fa hex color red value is 217, green value is 25 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d919fa hue: 0.81 , saturation: 0.96 and the lightness value of d919fa is 0.54.

The process color (four color CMYK) of #d919fa color hex is 0.13, 0.90, 0.00, 0.02. Web safe color of #d919fa is #cc00ff. Color #d919fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 11111010
Octal 331 31 372
Decimal 217 25 250
Hex D9 19 FA

RGB Percentages of Color #d919fa

%44.11
%5.08
%50.81

CMYK Percentages of Color #d919fa

%13
%90
%0
%2

Triadic Colors of #d919fa

#d919fa #fad919 #19fad9

Analogous Colors of #d919fa

#d919fa #fa19ab #6919fa

Monochromatic Colors of #d919fa

#d919fa

Complementary Color

#d919fa #3afa19

#d919fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d919fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d919fa Color CSS Codes

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

#d919fa Text Font Color

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

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


#d919fa Background Color

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

This div background color is #d919fa


#d919fa Border Color

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

This div border color is #d919fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d919fa


Comments

No comments written yet.

Please login to write comment.