Color Hex Logo

#f855ce Color Hex

#F855CE
(248,85,206)
0 Favorites   0 Comments

Color spaces of #f855ce

RGB 24885206
HSL0.880.920.65
HSV315°66°97°
CMYK 0.000.660.17   0.03
XYZ53.100530.909761.5600
Yxy30.90970.36480.2123
Hunter Lab55.596573.1924-26.7321
CIE-Lab62.431373.7375-30.1510

#f855ce color RGB value is (248,85,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010101 11001110
Octal 370 125 316
Decimal 248 85 206
Hex F8 55 CE

RGB Percentages of Color #f855ce

%46.01
%15.77
%38.22

CMYK Percentages of Color #f855ce

%0
%66
%17
%3

Triadic Colors of #f855ce

#f855ce #cef855 #55cef8

Analogous Colors of #f855ce

#f855ce #f8557d #d155f8

Monochromatic Colors of #f855ce

#f855ce

Complementary Color

#f855ce #55f87f

#f855ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f855ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f855ce Color CSS Codes

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

#f855ce Text Font Color

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

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


#f855ce Background Color

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

This div background color is #f855ce


#f855ce Border Color

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

This div border color is #f855ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f855ce


Comments

No comments written yet.

Please login to write comment.