Color Hex Logo

#f84eae Color Hex

#F84EAE
(248,78,174)
0 Favorites   0 Comments

Color spaces of #f84eae

RGB 24878174
HSL0.910.920.64
HSV326°69°97°
CMYK 0.000.690.30   0.03
XYZ49.075828.461242.9514
Yxy28.46120.40730.2362
Hunter Lab53.349070.8414-10.3901
CIE-Lab60.303172.2321-15.1223

#f84eae color RGB value is (248,78,174).

#f84eae hex color red value is 248, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f84eae hue: 0.91 , saturation: 0.92 and the lightness value of f84eae is 0.64.

The process color (four color CMYK) of #f84eae color hex is 0.00, 0.69, 0.30, 0.03. Web safe color of #f84eae is #ff6699. Color #f84eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 10101110
Octal 370 116 256
Decimal 248 78 174
Hex F8 4E AE

RGB Percentages of Color #f84eae

%49.60
%15.60
%34.80

CMYK Percentages of Color #f84eae

%0
%69
%30
%3

Triadic Colors of #f84eae

#f84eae #aef84e #4eaef8

Analogous Colors of #f84eae

#f84eae #f84e59 #ed4ef8

Monochromatic Colors of #f84eae

#f84eae

Complementary Color

#f84eae #4ef898

#f84eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84eae Color CSS Codes

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

#f84eae Text Font Color

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

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


#f84eae Background Color

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

This div background color is #f84eae


#f84eae Border Color

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

This div border color is #f84eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84eae


Comments

No comments written yet.

Please login to write comment.