Color Hex Logo

#f817ce Color Hex

#F817CE
(248,23,206)
0 Favorites   0 Comments

Color spaces of #f817ce

RGB 24823206
HSL0.860.940.53
HSV311°91°97°
CMYK 0.000.910.17   0.03
XYZ50.158425.025560.5793
Yxy25.02550.36950.1843
Hunter Lab50.025591.4296-36.7805
CIE-Lab57.100388.9658-38.4596

#f817ce color RGB value is (248,23,206).

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

The process color (four color CMYK) of #f817ce color hex is 0.00, 0.91, 0.17, 0.03. Web safe color of #f817ce is #ff00cc. Color #f817ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010111 11001110
Octal 370 27 316
Decimal 248 23 206
Hex F8 17 CE

RGB Percentages of Color #f817ce

%51.99
%4.82
%43.19

CMYK Percentages of Color #f817ce

%0
%91
%17
%3

Triadic Colors of #f817ce

#f817ce #cef817 #17cef8

Analogous Colors of #f817ce

#f817ce #f8175e #b217f8

Monochromatic Colors of #f817ce

#f817ce

Complementary Color

#f817ce #17f841

#f817ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f817ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f817ce Color CSS Codes

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

#f817ce Text Font Color

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

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


#f817ce Background Color

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

This div background color is #f817ce


#f817ce Border Color

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

This div border color is #f817ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f817ce


Comments

No comments written yet.

Please login to write comment.