Color Hex Logo

#f10aee Color Hex

#F10AEE
(241,10,238)
0 Favorites   0 Comments

Color spaces of #f10aee

RGB 24110238
HSL0.840.920.49
HSV301°96°95°
CMYK 0.000.960.01   0.05
XYZ51.816825.090983.0009
Yxy25.09090.32400.1569
Hunter Lab50.090896.9917-63.1804
CIE-Lab57.163993.0964-56.5550

#f10aee color RGB value is (241,10,238).

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

The process color (four color CMYK) of #f10aee color hex is 0.00, 0.96, 0.01, 0.05. Web safe color of #f10aee is #ff00ff. Color #f10aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001010 11101110
Octal 361 12 356
Decimal 241 10 238
Hex F1 A EE

RGB Percentages of Color #f10aee

%49.28
%2.04
%48.67

CMYK Percentages of Color #f10aee

%0
%96
%1
%5

Triadic Colors of #f10aee

#f10aee #eef10a #0aeef1

Analogous Colors of #f10aee

#f10aee #f10a7b #810af1

Monochromatic Colors of #f10aee

#f10aee

Complementary Color

#f10aee #0af10d

#f10aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10aee Color CSS Codes

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

#f10aee Text Font Color

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

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


#f10aee Background Color

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

This div background color is #f10aee


#f10aee Border Color

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

This div border color is #f10aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10aee


Comments

No comments written yet.

Please login to write comment.