Color Hex Logo

#f163eb Color Hex

#F163EB
(241,99,235)
0 Favorites   0 Comments

Color spaces of #f163eb

RGB 24199235
HSL0.840.840.67
HSV303°59°95°
CMYK 0.000.590.02   0.05
XYZ55.732933.622682.1496
Yxy33.62260.32500.1960
Hunter Lab57.985070.0934-43.4089
CIE-Lab64.661970.8184-43.0006

#f163eb color RGB value is (241,99,235).

#f163eb hex color red value is 241, green value is 99 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f163eb hue: 0.84 , saturation: 0.84 and the lightness value of f163eb is 0.67.

The process color (four color CMYK) of #f163eb color hex is 0.00, 0.59, 0.02, 0.05. Web safe color of #f163eb is #ff66ff. Color #f163eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100011 11101011
Octal 361 143 353
Decimal 241 99 235
Hex F1 63 EB

RGB Percentages of Color #f163eb

%41.91
%17.22
%40.87

CMYK Percentages of Color #f163eb

%0
%59
%2
%5

Triadic Colors of #f163eb

#f163eb #ebf163 #63ebf1

Analogous Colors of #f163eb

#f163eb #f163a4 #b063f1

Monochromatic Colors of #f163eb

#f163eb

Complementary Color

#f163eb #63f169

#f163eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f163eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f163eb Color CSS Codes

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

#f163eb Text Font Color

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

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


#f163eb Background Color

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

This div background color is #f163eb


#f163eb Border Color

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

This div border color is #f163eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,99,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f163eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f163eb


Comments

No comments written yet.

Please login to write comment.