Color Hex Logo

#f84dde Color Hex

#F84DDE
(248,77,222)
0 Favorites   0 Comments

Color spaces of #f84dde

RGB 24877222
HSL0.860.920.64
HSV309°69°97°
CMYK 0.000.690.10   0.03
XYZ54.550130.538172.1266
Yxy30.53810.34700.1942
Hunter Lab55.261379.4955-38.7019
CIE-Lab62.115878.8114-39.6622

#f84dde color RGB value is (248,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001101 11011110
Octal 370 115 336
Decimal 248 77 222
Hex F8 4D DE

RGB Percentages of Color #f84dde

%45.34
%14.08
%40.59

CMYK Percentages of Color #f84dde

%0
%69
%10
%3

Triadic Colors of #f84dde

#f84dde #def84d #4ddef8

Analogous Colors of #f84dde

#f84dde #f84d89 #bd4df8

Monochromatic Colors of #f84dde

#f84dde

Complementary Color

#f84dde #4df867

#f84dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84dde Color CSS Codes

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

#f84dde Text Font Color

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

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


#f84dde Background Color

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

This div background color is #f84dde


#f84dde Border Color

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

This div border color is #f84dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84dde


Comments

No comments written yet.

Please login to write comment.