Color Hex Logo

#f84ccf Color Hex

#F84CCF
(248,76,207)
0 Favorites   0 Comments

Color spaces of #f84ccf

RGB 24876207
HSL0.870.920.64
HSV314°69°97°
CMYK 0.000.690.17   0.03
XYZ52.558329.630361.9806
Yxy29.63030.36460.2055
Hunter Lab54.433777.0911-29.4066
CIE-Lab61.333977.0613-32.4189

#f84ccf color RGB value is (248,76,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001100 11001111
Octal 370 114 317
Decimal 248 76 207
Hex F8 4C CF

RGB Percentages of Color #f84ccf

%46.70
%14.31
%38.98

CMYK Percentages of Color #f84ccf

%0
%69
%17
%3

Triadic Colors of #f84ccf

#f84ccf #cff84c #4ccff8

Analogous Colors of #f84ccf

#f84ccf #f84c79 #cb4cf8

Monochromatic Colors of #f84ccf

#f84ccf

Complementary Color

#f84ccf #4cf875

#f84ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84ccf Color CSS Codes

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

#f84ccf Text Font Color

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

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


#f84ccf Background Color

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

This div background color is #f84ccf


#f84ccf Border Color

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

This div border color is #f84ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84ccf


Comments

No comments written yet.

Please login to write comment.