Color Hex Logo

#f00abe Color Hex

#F00ABE
(240,10,190)
0 Favorites   0 Comments

Color spaces of #f00abe

RGB 24010190
HSL0.870.920.49
HSV313°96°94°
CMYK 0.000.960.21   0.06
XYZ45.338022.460150.6608
Yxy22.46010.38270.1896
Hunter Lab47.392187.8272-30.2049
CIE-Lab54.511886.7409-33.4049

#f00abe color RGB value is (240,10,190).

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

The process color (four color CMYK) of #f00abe color hex is 0.00, 0.96, 0.21, 0.06. Web safe color of #f00abe is #ff00cc. Color #f00abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001010 10111110
Octal 360 12 276
Decimal 240 10 190
Hex F0 A BE

RGB Percentages of Color #f00abe

%54.55
%2.27
%43.18

CMYK Percentages of Color #f00abe

%0
%96
%21
%6

Triadic Colors of #f00abe

#f00abe #bef00a #0abef0

Analogous Colors of #f00abe

#f00abe #f00a4b #af0af0

Monochromatic Colors of #f00abe

#f00abe

Complementary Color

#f00abe #0af03c

#f00abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00abe Color CSS Codes

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

#f00abe Text Font Color

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

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


#f00abe Background Color

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

This div background color is #f00abe


#f00abe Border Color

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

This div border color is #f00abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00abe


Comments

No comments written yet.

Please login to write comment.