Color Hex Logo

#d94ffa Color Hex

#D94FFA
(217,79,250)
0 Favorites   0 Comments

Color spaces of #d94ffa

RGB 21779250
HSL0.800.940.65
HSV288°68°98°
CMYK 0.130.680.00   0.02
XYZ48.666627.245893.1364
Yxy27.24580.28790.1612
Hunter Lab52.197575.0797-69.2533
CIE-Lab59.201275.8640-60.1954

#d94ffa color RGB value is (217,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001111 11111010
Octal 331 117 372
Decimal 217 79 250
Hex D9 4F FA

RGB Percentages of Color #d94ffa

%39.74
%14.47
%45.79

CMYK Percentages of Color #d94ffa

%13
%68
%0
%2

Triadic Colors of #d94ffa

#d94ffa #fad94f #4ffad9

Analogous Colors of #d94ffa

#d94ffa #fa4fc6 #844ffa

Monochromatic Colors of #d94ffa

#d94ffa

Complementary Color

#d94ffa #70fa4f

#d94ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ffa Color CSS Codes

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

#d94ffa Text Font Color

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

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


#d94ffa Background Color

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

This div background color is #d94ffa


#d94ffa Border Color

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

This div border color is #d94ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ffa


Comments

No comments written yet.

Please login to write comment.