Color Hex Logo

#f84ebe Color Hex

#F84EBE
(248,78,190)
0 Favorites   0 Comments

Color spaces of #f84ebe

RGB 24878190
HSL0.890.920.64
HSV320°69°97°
CMYK 0.000.690.23   0.03
XYZ50.730129.122951.6627
Yxy29.12290.38570.2214
Hunter Lab53.965673.3581-18.9839
CIE-Lab60.889974.1602-23.4231

#f84ebe color RGB value is (248,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 10111110
Octal 370 116 276
Decimal 248 78 190
Hex F8 4E BE

RGB Percentages of Color #f84ebe

%48.06
%15.12
%36.82

CMYK Percentages of Color #f84ebe

%0
%69
%23
%3

Triadic Colors of #f84ebe

#f84ebe #bef84e #4ebef8

Analogous Colors of #f84ebe

#f84ebe #f84e69 #dd4ef8

Monochromatic Colors of #f84ebe

#f84ebe

Complementary Color

#f84ebe #4ef888

#f84ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84ebe Color CSS Codes

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

#f84ebe Text Font Color

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

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


#f84ebe Background Color

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

This div background color is #f84ebe


#f84ebe Border Color

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

This div border color is #f84ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84ebe


Comments

No comments written yet.

Please login to write comment.