Color Hex Logo

#f84fbd Color Hex

#F84FBD
(248,79,189)
0 Favorites   0 Comments

Color spaces of #f84fbd

RGB 24879189
HSL0.890.920.64
HSV321°68°97°
CMYK 0.000.680.24   0.03
XYZ50.692729.222551.1128
Yxy29.22250.38690.2230
Hunter Lab54.057872.7870-18.2194
CIE-Lab60.977573.6832-22.7167

#f84fbd color RGB value is (248,79,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001111 10111101
Octal 370 117 275
Decimal 248 79 189
Hex F8 4F BD

RGB Percentages of Color #f84fbd

%48.06
%15.31
%36.63

CMYK Percentages of Color #f84fbd

%0
%68
%24
%3

Triadic Colors of #f84fbd

#f84fbd #bdf84f #4fbdf8

Analogous Colors of #f84fbd

#f84fbd #f84f69 #df4ff8

Monochromatic Colors of #f84fbd

#f84fbd

Complementary Color

#f84fbd #4ff88a

#f84fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84fbd Color CSS Codes

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

#f84fbd Text Font Color

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

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


#f84fbd Background Color

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

This div background color is #f84fbd


#f84fbd Border Color

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

This div border color is #f84fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,79,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 #f84fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84fbd


Comments

No comments written yet.

Please login to write comment.