Color Hex Logo

#f16aeb Color Hex

#F16AEB
(241,106,235)
0 Favorites   0 Comments

Color spaces of #f16aeb

RGB 241106235
HSL0.840.830.68
HSV303°56°95°
CMYK 0.000.560.02   0.05
XYZ56.425135.007082.3804
Yxy35.00700.32460.2014
Hunter Lab59.166766.6871-41.1354
CIE-Lab65.754167.8360-41.2878

#f16aeb color RGB value is (241,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101010 11101011
Octal 361 152 353
Decimal 241 106 235
Hex F1 6A EB

RGB Percentages of Color #f16aeb

%41.41
%18.21
%40.38

CMYK Percentages of Color #f16aeb

%0
%56
%2
%5

Triadic Colors of #f16aeb

#f16aeb #ebf16a #6aebf1

Analogous Colors of #f16aeb

#f16aeb #f16aa8 #b46af1

Monochromatic Colors of #f16aeb

#f16aeb

Complementary Color

#f16aeb #6af170

#f16aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16aeb Color CSS Codes

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

#f16aeb Text Font Color

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

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


#f16aeb Background Color

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

This div background color is #f16aeb


#f16aeb Border Color

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

This div border color is #f16aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16aeb

#f16aeb Color Palettes


Comments

No comments written yet.

Please login to write comment.