Color Hex Logo

#f83fcc Color Hex

#F83FCC
(248,63,204)
0 Favorites   0 Comments

Color spaces of #f83fcc

RGB 24863204
HSL0.870.930.61
HSV314°75°97°
CMYK 0.000.750.18   0.03
XYZ51.388027.871159.7980
Yxy27.87110.36950.2004
Hunter Lab52.793181.3613-30.2018
CIE-Lab59.772180.7243-33.1427

#f83fcc color RGB value is (248,63,204).

#f83fcc hex color red value is 248, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f83fcc hue: 0.87 , saturation: 0.93 and the lightness value of f83fcc is 0.61.

The process color (four color CMYK) of #f83fcc color hex is 0.00, 0.75, 0.18, 0.03. Web safe color of #f83fcc is #ff33cc. Color #f83fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111111 11001100
Octal 370 77 314
Decimal 248 63 204
Hex F8 3F CC

RGB Percentages of Color #f83fcc

%48.16
%12.23
%39.61

CMYK Percentages of Color #f83fcc

%0
%75
%18
%3

Triadic Colors of #f83fcc

#f83fcc #ccf83f #3fccf8

Analogous Colors of #f83fcc

#f83fcc #f83f70 #c83ff8

Monochromatic Colors of #f83fcc

#f83fcc

Complementary Color

#f83fcc #3ff86b

#f83fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83fcc Color CSS Codes

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

#f83fcc Text Font Color

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

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


#f83fcc Background Color

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

This div background color is #f83fcc


#f83fcc Border Color

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

This div border color is #f83fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83fcc


Comments

No comments written yet.

Please login to write comment.