Color Hex Logo

#f17dfa Color Hex

#F17DFA
(241,125,250)
0 Favorites   0 Comments

Color spaces of #f17dfa

RGB 241125250
HSL0.820.930.74
HSV296°50°98°
CMYK 0.040.500.00   0.02
XYZ60.864640.270195.0075
Yxy40.27010.31030.2053
Hunter Lab63.458760.1503-44.3452
CIE-Lab69.661561.7379-43.4233

#f17dfa color RGB value is (241,125,250).

#f17dfa hex color red value is 241, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f17dfa hue: 0.82 , saturation: 0.93 and the lightness value of f17dfa is 0.74.

The process color (four color CMYK) of #f17dfa color hex is 0.04, 0.50, 0.00, 0.02. Web safe color of #f17dfa is #ff66ff. Color #f17dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111101 11111010
Octal 361 175 372
Decimal 241 125 250
Hex F1 7D FA

RGB Percentages of Color #f17dfa

%39.12
%20.29
%40.58

CMYK Percentages of Color #f17dfa

%4
%50
%0
%2

Triadic Colors of #f17dfa

#f17dfa #faf17d #7dfaf1

Analogous Colors of #f17dfa

#f17dfa #fa7dc5 #b37dfa

Monochromatic Colors of #f17dfa

#f17dfa

Complementary Color

#f17dfa #86fa7d

#f17dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17dfa Color CSS Codes

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

#f17dfa Text Font Color

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

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


#f17dfa Background Color

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

This div background color is #f17dfa


#f17dfa Border Color

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

This div border color is #f17dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17dfa


Comments

No comments written yet.

Please login to write comment.