Color Hex Logo

#f808dd Color Hex

#F808DD
(248,8,221)
0 Favorites   0 Comments

Color spaces of #f808dd

RGB 2488221
HSL0.850.940.50
HSV307°97°97°
CMYK 0.000.970.11   0.03
XYZ51.849425.350670.5670
Yxy25.35060.35090.1716
Hunter Lab50.349495.7065-47.8531
CIE-Lab57.415492.0978-46.5004

#f808dd color RGB value is (248,8,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 11011101
Octal 370 10 335
Decimal 248 8 221
Hex F8 8 DD

RGB Percentages of Color #f808dd

%51.99
%1.68
%46.33

CMYK Percentages of Color #f808dd

%0
%97
%11
%3

Triadic Colors of #f808dd

#f808dd #ddf808 #08ddf8

Analogous Colors of #f808dd

#f808dd #f80865 #9b08f8

Monochromatic Colors of #f808dd

#f808dd

Complementary Color

#f808dd #08f823

#f808dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808dd Color CSS Codes

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

#f808dd Text Font Color

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

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


#f808dd Background Color

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

This div background color is #f808dd


#f808dd Border Color

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

This div border color is #f808dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808dd

Related Colors


Comments

No comments written yet.

Please login to write comment.