Color Hex Logo

#f807dd Color Hex

#F807DD
(248,7,221)
0 Favorites   0 Comments

Color spaces of #f807dd

RGB 2487221
HSL0.850.950.50
HSV307°97°97°
CMYK 0.000.970.11   0.03
XYZ51.838525.328970.5634
Yxy25.32890.35090.1715
Hunter Lab50.327895.7843-47.8996
CIE-Lab57.394592.1595-46.5336

#f807dd color RGB value is (248,7,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000111 11011101
Octal 370 7 335
Decimal 248 7 221
Hex F8 7 DD

RGB Percentages of Color #f807dd

%52.10
%1.47
%46.43

CMYK Percentages of Color #f807dd

%0
%97
%11
%3

Triadic Colors of #f807dd

#f807dd #ddf807 #07ddf8

Analogous Colors of #f807dd

#f807dd #f80765 #9b07f8

Monochromatic Colors of #f807dd

#f807dd

Complementary Color

#f807dd #07f822

#f807dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f807dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f807dd Color CSS Codes

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

#f807dd Text Font Color

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

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


#f807dd Background Color

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

This div background color is #f807dd


#f807dd Border Color

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

This div border color is #f807dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f807dd


Comments

No comments written yet.

Please login to write comment.