Color Hex Logo

#d172fb Color Hex

#D172FB
(209,114,251)
0 Favorites   0 Comments

Color spaces of #d172fb

RGB 209114251
HSL0.780.940.72
HSV282°55°98°
CMYK 0.170.550.00   0.02
XYZ49.724432.555094.9298
Yxy32.55500.28060.1837
Hunter Lab57.057055.7106-58.7051
CIE-Lab63.799058.9233-53.4790

#d172fb color RGB value is (209,114,251).

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

The process color (four color CMYK) of #d172fb color hex is 0.17, 0.55, 0.00, 0.02. Web safe color of #d172fb is #cc66ff. Color #d172fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110010 11111011
Octal 321 162 373
Decimal 209 114 251
Hex D1 72 FB

RGB Percentages of Color #d172fb

%36.41
%19.86
%43.73

CMYK Percentages of Color #d172fb

%17
%55
%0
%2

Triadic Colors of #d172fb

#d172fb #fbd172 #72fbd1

Analogous Colors of #d172fb

#d172fb #fb72e1 #8d72fb

Monochromatic Colors of #d172fb

#d172fb

Complementary Color

#d172fb #9cfb72

#d172fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d172fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d172fb Color CSS Codes

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

#d172fb Text Font Color

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

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


#d172fb Background Color

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

This div background color is #d172fb


#d172fb Border Color

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

This div border color is #d172fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,114,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d172fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d172fb


Comments

No comments written yet.

Please login to write comment.