Color Hex Logo

#f177fd Color Hex

#F177FD
(241,119,253)
0 Favorites   0 Comments

Color spaces of #f177fd

RGB 241119253
HSL0.820.970.73
HSV295°53°99°
CMYK 0.050.530.00   0.01
XYZ60.602138.986397.2595
Yxy38.98630.30790.1981
Hunter Lab62.439063.9804-48.6471
CIE-Lab68.741365.0836-46.5080

#f177fd color RGB value is (241,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110111 11111101
Octal 361 167 375
Decimal 241 119 253
Hex F1 77 FD

RGB Percentages of Color #f177fd

%39.31
%19.41
%41.27

CMYK Percentages of Color #f177fd

%5
%53
%0
%1

Triadic Colors of #f177fd

#f177fd #fdf177 #77fdf1

Analogous Colors of #f177fd

#f177fd #fd77c6 #ae77fd

Monochromatic Colors of #f177fd

#f177fd

Complementary Color

#f177fd #83fd77

#f177fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f177fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f177fd Color CSS Codes

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

#f177fd Text Font Color

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

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


#f177fd Background Color

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

This div background color is #f177fd


#f177fd Border Color

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

This div border color is #f177fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f177fd


Comments

No comments written yet.

Please login to write comment.