Color Hex Logo

#f177fe Color Hex

#F177FE
(241,119,254)
0 Favorites   0 Comments

Color spaces of #f177fe

RGB 241119254
HSL0.820.990.73
HSV294°53°100°
CMYK 0.050.530.00   0.00
XYZ60.761839.050298.1009
Yxy39.05020.30700.1973
Hunter Lab62.490264.2053-49.3340
CIE-Lab68.787665.2618-46.9821

#f177fe color RGB value is (241,119,254).

#f177fe hex color red value is 241, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f177fe hue: 0.82 , saturation: 0.99 and the lightness value of f177fe is 0.73.

The process color (four color CMYK) of #f177fe color hex is 0.05, 0.53, 0.00, 0.00. Web safe color of #f177fe is #ff66ff. Color #f177fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110111 11111110
Octal 361 167 376
Decimal 241 119 254
Hex F1 77 FE

RGB Percentages of Color #f177fe

%39.25
%19.38
%41.37

CMYK Percentages of Color #f177fe

%5
%53
%0
%0

Triadic Colors of #f177fe

#f177fe #fef177 #77fef1

Analogous Colors of #f177fe

#f177fe #fe77c8 #ae77fe

Monochromatic Colors of #f177fe

#f177fe

Complementary Color

#f177fe #84fe77

#f177fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f177fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f177fe Color CSS Codes

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

#f177fe Text Font Color

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

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


#f177fe Background Color

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

This div background color is #f177fe


#f177fe Border Color

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

This div border color is #f177fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,119,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f177fe


Comments

No comments written yet.

Please login to write comment.