Color Hex Logo

#f84bde Color Hex

#F84BDE
(248,75,222)
0 Favorites   0 Comments

Color spaces of #f84bde

RGB 24875222
HSL0.860.930.63
HSV309°70°97°
CMYK 0.000.700.10   0.03
XYZ54.412330.262572.0806
Yxy30.26250.34710.1931
Hunter Lab55.011480.2863-39.1789
CIE-Lab61.880179.4772-40.0316

#f84bde color RGB value is (248,75,222).

#f84bde hex color red value is 248, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f84bde hue: 0.86 , saturation: 0.93 and the lightness value of f84bde is 0.63.

The process color (four color CMYK) of #f84bde color hex is 0.00, 0.70, 0.10, 0.03. Web safe color of #f84bde is #ff33cc. Color #f84bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001011 11011110
Octal 370 113 336
Decimal 248 75 222
Hex F8 4B DE

RGB Percentages of Color #f84bde

%45.50
%13.76
%40.73

CMYK Percentages of Color #f84bde

%0
%70
%10
%3

Triadic Colors of #f84bde

#f84bde #def84b #4bdef8

Analogous Colors of #f84bde

#f84bde #f84b88 #bc4bf8

Monochromatic Colors of #f84bde

#f84bde

Complementary Color

#f84bde #4bf865

#f84bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84bde Color CSS Codes

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

#f84bde Text Font Color

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

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


#f84bde Background Color

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

This div background color is #f84bde


#f84bde Border Color

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

This div border color is #f84bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84bde

Related Colors


Comments

No comments written yet.

Please login to write comment.