Color Hex Logo

#f15aff Color Hex

#F15AFF
(241,90,255)
0 Favorites   0 Comments

Color spaces of #f15aff

RGB 24190255
HSL0.821.000.68
HSV295°65°100°
CMYK 0.050.650.00   0.00
XYZ57.981833.233197.9664
Yxy33.23310.30650.1757
Hunter Lab57.648278.6488-60.4028
CIE-Lab64.349277.7211-54.5462

#f15aff color RGB value is (241,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011010 11111111
Octal 361 132 377
Decimal 241 90 255
Hex F1 5A FF

RGB Percentages of Color #f15aff

%41.13
%15.36
%43.52

CMYK Percentages of Color #f15aff

%5
%65
%0
%0

Triadic Colors of #f15aff

#f15aff #fff15a #5afff1

Analogous Colors of #f15aff

#f15aff #ff5abb #9f5aff

Monochromatic Colors of #f15aff

#f15aff

Complementary Color

#f15aff #68ff5a

#f15aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15aff Color CSS Codes

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

#f15aff Text Font Color

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

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


#f15aff Background Color

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

This div background color is #f15aff


#f15aff Border Color

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

This div border color is #f15aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15aff

Related Colors


Comments

No comments written yet.

Please login to write comment.