Color Hex Logo

#f805ce Color Hex

#F805CE
(248,5,206)
0 Favorites   0 Comments

Color spaces of #f805ce

RGB 2485206
HSL0.860.960.50
HSV310°98°97°
CMYK 0.000.980.17   0.03
XYZ49.906224.521260.4952
Yxy24.52120.36990.1817
Hunter Lab49.518993.2381-37.7690
CIE-Lab56.605990.4183-39.2358

#f805ce color RGB value is (248,5,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000101 11001110
Octal 370 5 316
Decimal 248 5 206
Hex F8 5 CE

RGB Percentages of Color #f805ce

%54.03
%1.09
%44.88

CMYK Percentages of Color #f805ce

%0
%98
%17
%3

Triadic Colors of #f805ce

#f805ce #cef805 #05cef8

Analogous Colors of #f805ce

#f805ce #f80554 #a905f8

Monochromatic Colors of #f805ce

#f805ce

Complementary Color

#f805ce #05f82f

#f805ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f805ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f805ce Color CSS Codes

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

#f805ce Text Font Color

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

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


#f805ce Background Color

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

This div background color is #f805ce


#f805ce Border Color

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

This div border color is #f805ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f805ce


Comments

No comments written yet.

Please login to write comment.