Color Hex Logo

#d176fa Color Hex

#D176FA
(209,118,250)
0 Favorites   0 Comments

Color spaces of #d176fa

RGB 209118250
HSL0.780.930.72
HSV281°53°98°
CMYK 0.160.530.00   0.02
XYZ50.028233.414394.2553
Yxy33.41430.28150.1880
Hunter Lab57.805153.3263-56.2130
CIE-Lab64.495056.7421-51.8254

#d176fa color RGB value is (209,118,250).

#d176fa hex color red value is 209, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d176fa hue: 0.78 , saturation: 0.93 and the lightness value of d176fa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110110 11111010
Octal 321 166 372
Decimal 209 118 250
Hex D1 76 FA

RGB Percentages of Color #d176fa

%36.22
%20.45
%43.33

CMYK Percentages of Color #d176fa

%16
%53
%0
%2

Triadic Colors of #d176fa

#d176fa #fad176 #76fad1

Analogous Colors of #d176fa

#d176fa #fa76e1 #8f76fa

Monochromatic Colors of #d176fa

#d176fa

Complementary Color

#d176fa #9ffa76

#d176fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d176fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d176fa Color CSS Codes

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

#d176fa Text Font Color

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

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


#d176fa Background Color

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

This div background color is #d176fa


#d176fa Border Color

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

This div border color is #d176fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d176fa


Comments

No comments written yet.

Please login to write comment.