Color Hex Logo

#f853cf Color Hex

#F853CF
(248,83,207)
0 Favorites   0 Comments

Color spaces of #f853cf

RGB 24883207
HSL0.870.920.65
HSV315°67°97°
CMYK 0.000.670.17   0.03
XYZ53.067130.648062.1502
Yxy30.64800.36380.2101
Hunter Lab55.360674.2238-27.8090
CIE-Lab62.209474.6079-31.0605

#f853cf color RGB value is (248,83,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 11001111
Octal 370 123 317
Decimal 248 83 207
Hex F8 53 CF

RGB Percentages of Color #f853cf

%46.10
%15.43
%38.48

CMYK Percentages of Color #f853cf

%0
%67
%17
%3

Triadic Colors of #f853cf

#f853cf #cff853 #53cff8

Analogous Colors of #f853cf

#f853cf #f8537d #cf53f8

Monochromatic Colors of #f853cf

#f853cf

Complementary Color

#f853cf #53f87c

#f853cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853cf Color CSS Codes

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

#f853cf Text Font Color

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

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


#f853cf Background Color

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

This div background color is #f853cf


#f853cf Border Color

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

This div border color is #f853cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853cf


Comments

No comments written yet.

Please login to write comment.