Color Hex Logo

#f148ff Color Hex

#F148FF
(241,72,255)
0 Favorites   0 Comments

Color spaces of #f148ff

RGB 24172255
HSL0.821.000.64
HSV295°72°100°
CMYK 0.050.720.00   0.00
XYZ56.643030.555597.5201
Yxy30.55550.30660.1654
Hunter Lab55.277086.1762-65.9059
CIE-Lab62.130683.9949-58.0777

#f148ff color RGB value is (241,72,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001000 11111111
Octal 361 110 377
Decimal 241 72 255
Hex F1 48 FF

RGB Percentages of Color #f148ff

%42.43
%12.68
%44.89

CMYK Percentages of Color #f148ff

%5
%72
%0
%0

Triadic Colors of #f148ff

#f148ff #fff148 #48fff1

Analogous Colors of #f148ff

#f148ff #ff48b2 #9648ff

Monochromatic Colors of #f148ff

#f148ff

Complementary Color

#f148ff #56ff48

#f148ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f148ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f148ff Color CSS Codes

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

#f148ff Text Font Color

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

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


#f148ff Background Color

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

This div background color is #f148ff


#f148ff Border Color

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

This div border color is #f148ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f148ff


Comments

No comments written yet.

Please login to write comment.