Color Hex Logo

#f84ecf Color Hex

#F84ECF
(248,78,207)
0 Favorites   0 Comments

Color spaces of #f84ecf

RGB 24878207
HSL0.870.920.64
HSV314°69°97°
CMYK 0.000.690.17   0.03
XYZ52.698329.910262.0272
Yxy29.91020.36440.2068
Hunter Lab54.690276.2908-28.9609
CIE-Lab61.576776.3790-32.0419

#f84ecf color RGB value is (248,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 11001111
Octal 370 116 317
Decimal 248 78 207
Hex F8 4E CF

RGB Percentages of Color #f84ecf

%46.53
%14.63
%38.84

CMYK Percentages of Color #f84ecf

%0
%69
%17
%3

Triadic Colors of #f84ecf

#f84ecf #cff84e #4ecff8

Analogous Colors of #f84ecf

#f84ecf #f84e7a #cc4ef8

Monochromatic Colors of #f84ecf

#f84ecf

Complementary Color

#f84ecf #4ef877

#f84ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84ecf Color CSS Codes

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

#f84ecf Text Font Color

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

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


#f84ecf Background Color

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

This div background color is #f84ecf


#f84ecf Border Color

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

This div border color is #f84ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84ecf


Comments

No comments written yet.

Please login to write comment.