Color Hex Logo

#f84edc Color Hex

#F84EDC
(248,78,220)
0 Favorites   0 Comments

Color spaces of #f84edc

RGB 24878220
HSL0.860.920.64
HSV310°69°97°
CMYK 0.000.690.11   0.03
XYZ54.354130.572570.7465
Yxy30.57250.34920.1964
Hunter Lab55.292478.7092-37.1567
CIE-Lab62.145178.1867-38.4925

#f84edc color RGB value is (248,78,220).

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

The process color (four color CMYK) of #f84edc color hex is 0.00, 0.69, 0.11, 0.03. Web safe color of #f84edc is #ff66cc. Color #f84edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 11011100
Octal 370 116 334
Decimal 248 78 220
Hex F8 4E DC

RGB Percentages of Color #f84edc

%45.42
%14.29
%40.29

CMYK Percentages of Color #f84edc

%0
%69
%11
%3

Triadic Colors of #f84edc

#f84edc #dcf84e #4edcf8

Analogous Colors of #f84edc

#f84edc #f84e87 #bf4ef8

Monochromatic Colors of #f84edc

#f84edc

Complementary Color

#f84edc #4ef86a

#f84edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84edc Color CSS Codes

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

#f84edc Text Font Color

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

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


#f84edc Background Color

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

This div background color is #f84edc


#f84edc Border Color

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

This div border color is #f84edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84edc


Comments

No comments written yet.

Please login to write comment.