Color Hex Logo

#f10ace Color Hex

#F10ACE
(241,10,206)
0 Favorites   0 Comments

Color spaces of #f10ace

RGB 24110206
HSL0.860.920.49
HSV309°96°95°
CMYK 0.000.960.15   0.05
XYZ47.524723.374160.3993
Yxy23.37410.36200.1780
Hunter Lab48.346890.8580-40.2279
CIE-Lab55.455688.8553-41.1321

#f10ace color RGB value is (241,10,206).

#f10ace hex color red value is 241, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f10ace hue: 0.86 , saturation: 0.92 and the lightness value of f10ace is 0.49.

The process color (four color CMYK) of #f10ace color hex is 0.00, 0.96, 0.15, 0.05. Web safe color of #f10ace is #ff00cc. Color #f10ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11001110
Octal 361 12 316
Decimal 241 10 206
Hex F1 A CE

RGB Percentages of Color #f10ace

%52.74
%2.19
%45.08

CMYK Percentages of Color #f10ace

%0
%96
%15
%5

Triadic Colors of #f10ace

#f10ace #cef10a #0acef1

Analogous Colors of #f10ace

#f10ace #f10a5b #a10af1

Monochromatic Colors of #f10ace

#f10ace

Complementary Color

#f10ace #0af12d

#f10ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10ace Color CSS Codes

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

#f10ace Text Font Color

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

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


#f10ace Background Color

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

This div background color is #f10ace


#f10ace Border Color

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

This div border color is #f10ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10ace


Comments

No comments written yet.

Please login to write comment.