Color Hex Logo

#f84cea Color Hex

#F84CEA
(248,76,234)
0 Favorites   0 Comments

Color spaces of #f84cea

RGB 24876234
HSL0.850.920.64
HSV305°69°97°
CMYK 0.000.690.06   0.03
XYZ56.147131.065980.8789
Yxy31.06590.33400.1848
Hunter Lab55.736882.2746-47.0192
CIE-Lab62.563280.8986-45.6753

#f84cea color RGB value is (248,76,234).

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

The process color (four color CMYK) of #f84cea color hex is 0.00, 0.69, 0.06, 0.03. Web safe color of #f84cea is #ff33ff. Color #f84cea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001100 11101010
Octal 370 114 352
Decimal 248 76 234
Hex F8 4C EA

RGB Percentages of Color #f84cea

%44.44
%13.62
%41.94

CMYK Percentages of Color #f84cea

%0
%69
%6
%3

Triadic Colors of #f84cea

#f84cea #eaf84c #4ceaf8

Analogous Colors of #f84cea

#f84cea #f84c94 #b04cf8

Monochromatic Colors of #f84cea

#f84cea

Complementary Color

#f84cea #4cf85a

#f84cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84cea Color CSS Codes

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

#f84cea Text Font Color

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

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


#f84cea Background Color

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

This div background color is #f84cea


#f84cea Border Color

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

This div border color is #f84cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,76,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84cea


Comments

No comments written yet.

Please login to write comment.