Color Hex Logo

#f84edf Color Hex

#F84EDF
(248,78,223)
0 Favorites   0 Comments

Color spaces of #f84edf

RGB 24878223
HSL0.860.920.64
HSV309°69°97°
CMYK 0.000.690.10   0.03
XYZ54.755130.733072.8582
Yxy30.73300.34580.1941
Hunter Lab55.437479.2879-39.1154
CIE-Lab62.281678.6164-39.9638

#f84edf color RGB value is (248,78,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 11011111
Octal 370 116 337
Decimal 248 78 223
Hex F8 4E DF

RGB Percentages of Color #f84edf

%45.17
%14.21
%40.62

CMYK Percentages of Color #f84edf

%0
%69
%10
%3

Triadic Colors of #f84edf

#f84edf #dff84e #4edff8

Analogous Colors of #f84edf

#f84edf #f84e8a #bc4ef8

Monochromatic Colors of #f84edf

#f84edf

Complementary Color

#f84edf #4ef867

#f84edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84edf Color CSS Codes

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

#f84edf Text Font Color

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

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


#f84edf Background Color

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

This div background color is #f84edf


#f84edf Border Color

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

This div border color is #f84edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84edf


Comments

No comments written yet.

Please login to write comment.