Color Hex Logo

#f81cce Color Hex

#F81CCE
(248,28,206)
0 Favorites   0 Comments

Color spaces of #f81cce

RGB 24828206
HSL0.870.940.54
HSV311°89°97°
CMYK 0.000.890.17   0.03
XYZ50.267225.243260.6156
Yxy25.24320.36930.1854
Hunter Lab50.242690.6628-36.3611
CIE-Lab57.311688.3467-38.1280

#f81cce color RGB value is (248,28,206).

#f81cce hex color red value is 248, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f81cce hue: 0.87 , saturation: 0.94 and the lightness value of f81cce is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011100 11001110
Octal 370 34 316
Decimal 248 28 206
Hex F8 1C CE

RGB Percentages of Color #f81cce

%51.45
%5.81
%42.74

CMYK Percentages of Color #f81cce

%0
%89
%17
%3

Triadic Colors of #f81cce

#f81cce #cef81c #1ccef8

Analogous Colors of #f81cce

#f81cce #f81c60 #b41cf8

Monochromatic Colors of #f81cce

#f81cce

Complementary Color

#f81cce #1cf846

#f81cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81cce Color CSS Codes

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

#f81cce Text Font Color

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

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


#f81cce Background Color

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

This div background color is #f81cce


#f81cce Border Color

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

This div border color is #f81cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81cce


Comments

No comments written yet.

Please login to write comment.