Color Hex Logo

#d694fa Color Hex

#D694FA
(214,148,250)
0 Favorites   0 Comments

Color spaces of #d694fa

RGB 214148250
HSL0.770.910.78
HSV279°41°98°
CMYK 0.140.410.00   0.02
XYZ55.576842.378195.6931
Yxy42.37810.28700.2188
Hunter Lab65.098538.4693-41.5859
CIE-Lab71.130842.5440-41.3486

#d694fa color RGB value is (214,148,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 11111010
Octal 326 224 372
Decimal 214 148 250
Hex D6 94 FA

RGB Percentages of Color #d694fa

%34.97
%24.18
%40.85

CMYK Percentages of Color #d694fa

%14
%41
%0
%2

Triadic Colors of #d694fa

#d694fa #fad694 #94fad6

Analogous Colors of #d694fa

#d694fa #fa94eb #a394fa

Monochromatic Colors of #d694fa

#d694fa

Complementary Color

#d694fa #b8fa94

#d694fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d694fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d694fa Color CSS Codes

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

#d694fa Text Font Color

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

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


#d694fa Background Color

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

This div background color is #d694fa


#d694fa Border Color

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

This div border color is #d694fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d694fa


Comments

No comments written yet.

Please login to write comment.