Color Hex Logo

#d174fa Color Hex

#D174FA
(209,116,250)
0 Favorites   0 Comments

Color spaces of #d174fa

RGB 209116250
HSL0.780.930.72
HSV282°54°98°
CMYK 0.160.540.00   0.02
XYZ49.795232.948294.1776
Yxy32.94820.28150.1862
Hunter Lab57.400554.3986-57.0973
CIE-Lab64.118957.7352-52.4213

#d174fa color RGB value is (209,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 11111010
Octal 321 164 372
Decimal 209 116 250
Hex D1 74 FA

RGB Percentages of Color #d174fa

%36.35
%20.17
%43.48

CMYK Percentages of Color #d174fa

%16
%54
%0
%2

Triadic Colors of #d174fa

#d174fa #fad174 #74fad1

Analogous Colors of #d174fa

#d174fa #fa74e0 #8e74fa

Monochromatic Colors of #d174fa

#d174fa

Complementary Color

#d174fa #9dfa74

#d174fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d174fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d174fa Color CSS Codes

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

#d174fa Text Font Color

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

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


#d174fa Background Color

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

This div background color is #d174fa


#d174fa Border Color

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

This div border color is #d174fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d174fa

Related Colors


Comments

No comments written yet.

Please login to write comment.