Color Hex Logo

#f153ff Color Hex

#F153FF
(241,83,255)
0 Favorites   0 Comments

Color spaces of #f153ff

RGB 24183255
HSL0.821.000.66
HSV295°67°100°
CMYK 0.050.670.00   0.00
XYZ57.418932.107397.7788
Yxy32.10730.30660.1714
Hunter Lab56.663381.7195-62.6471
CIE-Lab63.431580.3002-56.0052

#f153ff color RGB value is (241,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010011 11111111
Octal 361 123 377
Decimal 241 83 255
Hex F1 53 FF

RGB Percentages of Color #f153ff

%41.62
%14.34
%44.04

CMYK Percentages of Color #f153ff

%5
%67
%0
%0

Triadic Colors of #f153ff

#f153ff #fff153 #53fff1

Analogous Colors of #f153ff

#f153ff #ff53b7 #9b53ff

Monochromatic Colors of #f153ff

#f153ff

Complementary Color

#f153ff #61ff53

#f153ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f153ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f153ff Color CSS Codes

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

#f153ff Text Font Color

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

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


#f153ff Background Color

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

This div background color is #f153ff


#f153ff Border Color

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

This div border color is #f153ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f153ff

Related Colors


Comments

No comments written yet.

Please login to write comment.