Color Hex Logo

#f127ff Color Hex

#F127FF
(241,39,255)
0 Favorites   0 Comments

Color spaces of #f127ff

RGB 24139255
HSL0.821.000.58
HSV296°85°100°
CMYK 0.050.850.00   0.00
XYZ55.051127.371896.9895
Yxy27.37180.30680.1526
Hunter Lab52.318196.2680-73.2917
CIE-Lab59.316992.1436-62.5786

#f127ff color RGB value is (241,39,255).

#f127ff hex color red value is 241, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f127ff hue: 0.82 , saturation: 1.00 and the lightness value of f127ff is 0.58.

The process color (four color CMYK) of #f127ff color hex is 0.05, 0.85, 0.00, 0.00. Web safe color of #f127ff is #ff33ff. Color #f127ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100111 11111111
Octal 361 47 377
Decimal 241 39 255
Hex F1 27 FF

RGB Percentages of Color #f127ff

%45.05
%7.29
%47.66

CMYK Percentages of Color #f127ff

%5
%85
%0
%0

Triadic Colors of #f127ff

#f127ff #fff127 #27fff1

Analogous Colors of #f127ff

#f127ff #ff27a1 #8527ff

Monochromatic Colors of #f127ff

#f127ff

Complementary Color

#f127ff #35ff27

#f127ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f127ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f127ff Color CSS Codes

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

#f127ff Text Font Color

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

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


#f127ff Background Color

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

This div background color is #f127ff


#f127ff Border Color

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

This div border color is #f127ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f127ff

Related Colors


Comments

No comments written yet.

Please login to write comment.