Color Hex Logo

#f158ff Color Hex

#F158FF
(241,88,255)
0 Favorites   0 Comments

Color spaces of #f158ff

RGB 24188255
HSL0.821.000.67
HSV295°65°100°
CMYK 0.050.650.00   0.00
XYZ57.815432.900297.9109
Yxy32.90020.30650.1744
Hunter Lab57.358779.5435-61.0565
CIE-Lab64.080078.4754-54.9738

#f158ff color RGB value is (241,88,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011000 11111111
Octal 361 130 377
Decimal 241 88 255
Hex F1 58 FF

RGB Percentages of Color #f158ff

%41.27
%15.07
%43.66

CMYK Percentages of Color #f158ff

%5
%65
%0
%0

Triadic Colors of #f158ff

#f158ff #fff158 #58fff1

Analogous Colors of #f158ff

#f158ff #ff58ba #9e58ff

Monochromatic Colors of #f158ff

#f158ff

Complementary Color

#f158ff #66ff58

#f158ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f158ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f158ff Color CSS Codes

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

#f158ff Text Font Color

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

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


#f158ff Background Color

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

This div background color is #f158ff


#f158ff Border Color

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

This div border color is #f158ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f158ff

Related Colors


Comments

No comments written yet.

Please login to write comment.