Color Hex Logo

#f805dd Color Hex

#F805DD
(248,5,221)
0 Favorites   0 Comments

Color spaces of #f805dd

RGB 2485221
HSL0.850.960.50
HSV307°98°97°
CMYK 0.000.980.11   0.03
XYZ51.816825.285570.5561
Yxy25.28550.35090.1712
Hunter Lab50.284795.9405-47.9925
CIE-Lab57.352592.2832-46.6000

#f805dd color RGB value is (248,5,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000101 11011101
Octal 370 5 335
Decimal 248 5 221
Hex F8 5 DD

RGB Percentages of Color #f805dd

%52.32
%1.05
%46.62

CMYK Percentages of Color #f805dd

%0
%98
%11
%3

Triadic Colors of #f805dd

#f805dd #ddf805 #05ddf8

Analogous Colors of #f805dd

#f805dd #f80563 #9a05f8

Monochromatic Colors of #f805dd

#f805dd

Complementary Color

#f805dd #05f820

#f805dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f805dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f805dd Color CSS Codes

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

#f805dd Text Font Color

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

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


#f805dd Background Color

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

This div background color is #f805dd


#f805dd Border Color

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

This div border color is #f805dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f805dd


Comments

No comments written yet.

Please login to write comment.