Color Hex Logo

#d164fa Color Hex

#D164FA
(209,100,250)
0 Favorites   0 Comments

Color spaces of #d164fa

RGB 209100250
HSL0.790.940.69
HSV284°60°98°
CMYK 0.160.600.00   0.02
XYZ48.107029.571893.6149
Yxy29.57180.28080.1726
Hunter Lab54.380062.7443-64.0015
CIE-Lab61.283065.3515-56.9306

#d164fa color RGB value is (209,100,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100100 11111010
Octal 321 144 372
Decimal 209 100 250
Hex D1 64 FA

RGB Percentages of Color #d164fa

%37.39
%17.89
%44.72

CMYK Percentages of Color #d164fa

%16
%60
%0
%2

Triadic Colors of #d164fa

#d164fa #fad164 #64fad1

Analogous Colors of #d164fa

#d164fa #fa64d8 #8664fa

Monochromatic Colors of #d164fa

#d164fa

Complementary Color

#d164fa #8dfa64

#d164fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d164fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d164fa Color CSS Codes

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

#d164fa Text Font Color

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

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


#d164fa Background Color

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

This div background color is #d164fa


#d164fa Border Color

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

This div border color is #d164fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d164fa

Related Colors


Comments

No comments written yet.

Please login to write comment.