Color Hex Logo

#f84ace Color Hex

#F84ACE
(248,74,206)
0 Favorites   0 Comments

Color spaces of #f84ace

RGB 24874206
HSL0.870.930.63
HSV314°70°97°
CMYK 0.000.700.17   0.03
XYZ52.300829.310261.2934
Yxy29.31020.36600.2051
Hunter Lab54.138977.6966-29.2280
CIE-Lab61.054477.5947-32.2859

#f84ace color RGB value is (248,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001010 11001110
Octal 370 112 316
Decimal 248 74 206
Hex F8 4A CE

RGB Percentages of Color #f84ace

%46.97
%14.02
%39.02

CMYK Percentages of Color #f84ace

%0
%70
%17
%3

Triadic Colors of #f84ace

#f84ace #cef84a #4acef8

Analogous Colors of #f84ace

#f84ace #f84a77 #cb4af8

Monochromatic Colors of #f84ace

#f84ace

Complementary Color

#f84ace #4af874

#f84ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84ace Color CSS Codes

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

#f84ace Text Font Color

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

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


#f84ace Background Color

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

This div background color is #f84ace


#f84ace Border Color

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

This div border color is #f84ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84ace


Comments

No comments written yet.

Please login to write comment.