Color Hex Logo

#f808cd Color Hex

#F808CD
(248,8,205)
0 Favorites   0 Comments

Color spaces of #f808cd

RGB 2488205
HSL0.860.940.50
HSV311°97°97°
CMYK 0.000.970.17   0.03
XYZ49.817724.537959.8682
Yxy24.53790.37120.1828
Hunter Lab49.535792.8285-36.9820
CIE-Lab56.622490.1087-38.6373

#f808cd color RGB value is (248,8,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 11001101
Octal 370 10 315
Decimal 248 8 205
Hex F8 8 CD

RGB Percentages of Color #f808cd

%53.80
%1.74
%44.47

CMYK Percentages of Color #f808cd

%0
%97
%17
%3

Triadic Colors of #f808cd

#f808cd #cdf808 #08cdf8

Analogous Colors of #f808cd

#f808cd #f80855 #ab08f8

Monochromatic Colors of #f808cd

#f808cd

Complementary Color

#f808cd #08f833

#f808cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808cd Color CSS Codes

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

#f808cd Text Font Color

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

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


#f808cd Background Color

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

This div background color is #f808cd


#f808cd Border Color

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

This div border color is #f808cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808cd


Comments

No comments written yet.

Please login to write comment.