Color Hex Logo

#f84dcf Color Hex

#F84DCF
(248,77,207)
0 Favorites   0 Comments

Color spaces of #f84dcf

RGB 24877207
HSL0.870.920.64
HSV314°69°97°
CMYK 0.000.690.17   0.03
XYZ52.627829.769262.0037
Yxy29.76920.36450.2062
Hunter Lab54.561276.6929-29.1848
CIE-Lab61.454676.7220-32.2314

#f84dcf color RGB value is (248,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001101 11001111
Octal 370 115 317
Decimal 248 77 207
Hex F8 4D CF

RGB Percentages of Color #f84dcf

%46.62
%14.47
%38.91

CMYK Percentages of Color #f84dcf

%0
%69
%17
%3

Triadic Colors of #f84dcf

#f84dcf #cff84d #4dcff8

Analogous Colors of #f84dcf

#f84dcf #f84d7a #cc4df8

Monochromatic Colors of #f84dcf

#f84dcf

Complementary Color

#f84dcf #4df876

#f84dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84dcf Color CSS Codes

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

#f84dcf Text Font Color

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

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


#f84dcf Background Color

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

This div background color is #f84dcf


#f84dcf Border Color

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

This div border color is #f84dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84dcf


Comments

No comments written yet.

Please login to write comment.