Color Hex Logo

#f15fff Color Hex

#F15FFF
(241,95,255)
0 Favorites   0 Comments

Color spaces of #f15fff

RGB 24195255
HSL0.821.000.69
HSV295°63°100°
CMYK 0.050.630.00   0.00
XYZ58.417834.105298.1117
Yxy34.10520.30640.1789
Hunter Lab58.399776.3561-58.7277
CIE-Lab65.046075.7780-53.4402

#f15fff color RGB value is (241,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 11111111
Octal 361 137 377
Decimal 241 95 255
Hex F1 5F FF

RGB Percentages of Color #f15fff

%40.78
%16.07
%43.15

CMYK Percentages of Color #f15fff

%5
%63
%0
%0

Triadic Colors of #f15fff

#f15fff #fff15f #5ffff1

Analogous Colors of #f15fff

#f15fff #ff5fbd #a15fff

Monochromatic Colors of #f15fff

#f15fff

Complementary Color

#f15fff #6dff5f

#f15fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fff Color CSS Codes

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

#f15fff Text Font Color

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

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


#f15fff Background Color

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

This div background color is #f15fff


#f15fff Border Color

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

This div border color is #f15fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15fff


Comments

No comments written yet.

Please login to write comment.