Color Hex Logo

#d173fa Color Hex

#D173FA
(209,115,250)
0 Favorites   0 Comments

Color spaces of #d173fa

RGB 209115250
HSL0.780.930.72
HSV282°54°98°
CMYK 0.160.540.00   0.02
XYZ49.680532.718994.1394
Yxy32.71890.28140.1853
Hunter Lab57.200454.9325-57.5381
CIE-Lab63.932758.2284-52.7167

#d173fa color RGB value is (209,115,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110011 11111010
Octal 321 163 372
Decimal 209 115 250
Hex D1 73 FA

RGB Percentages of Color #d173fa

%36.41
%20.03
%43.55

CMYK Percentages of Color #d173fa

%16
%54
%0
%2

Triadic Colors of #d173fa

#d173fa #fad173 #73fad1

Analogous Colors of #d173fa

#d173fa #fa73e0 #8e73fa

Monochromatic Colors of #d173fa

#d173fa

Complementary Color

#d173fa #9cfa73

#d173fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d173fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d173fa Color CSS Codes

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

#d173fa Text Font Color

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

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


#d173fa Background Color

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

This div background color is #d173fa


#d173fa Border Color

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

This div border color is #d173fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d173fa


Comments

No comments written yet.

Please login to write comment.