Color Hex Logo

#f84ebd Color Hex

#F84EBD
(248,78,189)
0 Favorites   0 Comments

Color spaces of #f84ebd

RGB 24878189
HSL0.890.920.64
HSV321°69°97°
CMYK 0.000.690.24   0.03
XYZ50.621129.079451.0890
Yxy29.07940.38700.2223
Hunter Lab53.925373.1933-18.4238
CIE-Lab60.851674.0346-22.9096

#f84ebd color RGB value is (248,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 10111101
Octal 370 116 275
Decimal 248 78 189
Hex F8 4E BD

RGB Percentages of Color #f84ebd

%48.16
%15.15
%36.70

CMYK Percentages of Color #f84ebd

%0
%69
%24
%3

Triadic Colors of #f84ebd

#f84ebd #bdf84e #4ebdf8

Analogous Colors of #f84ebd

#f84ebd #f84e68 #de4ef8

Monochromatic Colors of #f84ebd

#f84ebd

Complementary Color

#f84ebd #4ef889

#f84ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84ebd Color CSS Codes

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

#f84ebd Text Font Color

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

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


#f84ebd Background Color

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

This div background color is #f84ebd


#f84ebd Border Color

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

This div border color is #f84ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84ebd


Comments

No comments written yet.

Please login to write comment.