Color Hex Logo

#d175fa Color Hex

#D175FA
(209,117,250)
0 Favorites   0 Comments

Color spaces of #d175fa

RGB 209117250
HSL0.780.930.72
HSV282°53°98°
CMYK 0.160.530.00   0.02
XYZ49.911133.180094.2163
Yxy33.18000.28150.1871
Hunter Lab57.602153.8632-56.6557
CIE-Lab64.306457.2397-52.1242

#d175fa color RGB value is (209,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 11111010
Octal 321 165 372
Decimal 209 117 250
Hex D1 75 FA

RGB Percentages of Color #d175fa

%36.28
%20.31
%43.40

CMYK Percentages of Color #d175fa

%16
%53
%0
%2

Triadic Colors of #d175fa

#d175fa #fad175 #75fad1

Analogous Colors of #d175fa

#d175fa #fa75e1 #8f75fa

Monochromatic Colors of #d175fa

#d175fa

Complementary Color

#d175fa #9efa75

#d175fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d175fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d175fa Color CSS Codes

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

#d175fa Text Font Color

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

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


#d175fa Background Color

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

This div background color is #d175fa


#d175fa Border Color

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

This div border color is #d175fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d175fa


Comments

No comments written yet.

Please login to write comment.