Color Hex Logo

#f84abe Color Hex

#F84ABE
(248,74,190)
0 Favorites   0 Comments

Color spaces of #f84abe

RGB 24874190
HSL0.890.930.63
HSV320°70°97°
CMYK 0.000.700.23   0.03
XYZ50.454428.571751.5708
Yxy28.57170.38630.2188
Hunter Lab53.452574.9462-19.7860
CIE-Lab60.401875.5284-24.1723

#f84abe color RGB value is (248,74,190).

#f84abe hex color red value is 248, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f84abe hue: 0.89 , saturation: 0.93 and the lightness value of f84abe is 0.63.

The process color (four color CMYK) of #f84abe color hex is 0.00, 0.70, 0.23, 0.03. Web safe color of #f84abe is #ff33cc. Color #f84abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001010 10111110
Octal 370 112 276
Decimal 248 74 190
Hex F8 4A BE

RGB Percentages of Color #f84abe

%48.44
%14.45
%37.11

CMYK Percentages of Color #f84abe

%0
%70
%23
%3

Triadic Colors of #f84abe

#f84abe #bef84a #4abef8

Analogous Colors of #f84abe

#f84abe #f84a67 #db4af8

Monochromatic Colors of #f84abe

#f84abe

Complementary Color

#f84abe #4af884

#f84abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84abe Color CSS Codes

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

#f84abe Text Font Color

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

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


#f84abe Background Color

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

This div background color is #f84abe


#f84abe Border Color

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

This div border color is #f84abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84abe


Comments

No comments written yet.

Please login to write comment.