Color Hex Logo

#f844dd Color Hex

#F844DD
(248,68,221)
0 Favorites   0 Comments

Color spaces of #f844dd

RGB 24868221
HSL0.860.930.62
HSV309°73°97°
CMYK 0.000.730.11   0.03
XYZ53.829729.311271.2271
Yxy29.31120.34870.1899
Hunter Lab54.139882.7328-40.1049
CIE-Lab61.055381.5451-40.7628

#f844dd color RGB value is (248,68,221).

#f844dd hex color red value is 248, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f844dd hue: 0.86 , saturation: 0.93 and the lightness value of f844dd is 0.62.

The process color (four color CMYK) of #f844dd color hex is 0.00, 0.73, 0.11, 0.03. Web safe color of #f844dd is #ff33cc. Color #f844dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000100 11011101
Octal 370 104 335
Decimal 248 68 221
Hex F8 44 DD

RGB Percentages of Color #f844dd

%46.18
%12.66
%41.15

CMYK Percentages of Color #f844dd

%0
%73
%11
%3

Triadic Colors of #f844dd

#f844dd #ddf844 #44ddf8

Analogous Colors of #f844dd

#f844dd #f84483 #b944f8

Monochromatic Colors of #f844dd

#f844dd

Complementary Color

#f844dd #44f85f

#f844dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f844dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f844dd Color CSS Codes

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

#f844dd Text Font Color

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

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


#f844dd Background Color

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

This div background color is #f844dd


#f844dd Border Color

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

This div border color is #f844dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f844dd


Comments

No comments written yet.

Please login to write comment.