Color Hex Logo

#f879ed Color Hex

#F879ED
(248,121,237)
0 Favorites   0 Comments

Color spaces of #f879ed

RGB 248121237
HSL0.850.900.72
HSV305°51°97°
CMYK 0.000.510.04   0.03
XYZ60.834839.745684.5861
Yxy39.74560.32850.2146
Hunter Lab63.044161.9175-35.4183
CIE-Lab69.287963.2776-36.8072

#f879ed color RGB value is (248,121,237).

#f879ed hex color red value is 248, green value is 121 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f879ed hue: 0.85 , saturation: 0.90 and the lightness value of f879ed is 0.72.

The process color (four color CMYK) of #f879ed color hex is 0.00, 0.51, 0.04, 0.03. Web safe color of #f879ed is #ff66ff. Color #f879ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111001 11101101
Octal 370 171 355
Decimal 248 121 237
Hex F8 79 ED

RGB Percentages of Color #f879ed

%40.92
%19.97
%39.11

CMYK Percentages of Color #f879ed

%0
%51
%4
%3

Triadic Colors of #f879ed

#f879ed #edf879 #79edf8

Analogous Colors of #f879ed

#f879ed #f879ae #c479f8

Monochromatic Colors of #f879ed

#f879ed

Complementary Color

#f879ed #79f884

#f879ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f879ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f879ed Color CSS Codes

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

#f879ed Text Font Color

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

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


#f879ed Background Color

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

This div background color is #f879ed


#f879ed Border Color

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

This div border color is #f879ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f879ed


Comments

No comments written yet.

Please login to write comment.