Color Hex Logo

#f16bae Color Hex

#F16BAE
(241,107,174)
0 Favorites   0 Comments

Color spaces of #f16bae

RGB 241107174
HSL0.920.830.68
HSV330°56°95°
CMYK 0.000.560.28   0.05
XYZ49.173332.272243.6818
Yxy32.27220.39300.2579
Hunter Lab56.808655.0937-5.8238
CIE-Lab63.567258.4283-10.3213

#f16bae color RGB value is (241,107,174).

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

The process color (four color CMYK) of #f16bae color hex is 0.00, 0.56, 0.28, 0.05. Web safe color of #f16bae is #ff6699. Color #f16bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101011 10101110
Octal 361 153 256
Decimal 241 107 174
Hex F1 6B AE

RGB Percentages of Color #f16bae

%46.17
%20.50
%33.33

CMYK Percentages of Color #f16bae

%0
%56
%28
%5

Triadic Colors of #f16bae

#f16bae #aef16b #6baef1

Analogous Colors of #f16bae

#f16bae #f16b6b #f16bf1

Monochromatic Colors of #f16bae

#f16bae

Complementary Color

#f16bae #6bf1ae

#f16bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16bae Color CSS Codes

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

#f16bae Text Font Color

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

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


#f16bae Background Color

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

This div background color is #f16bae


#f16bae Border Color

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

This div border color is #f16bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16bae


Comments

No comments written yet.

Please login to write comment.