Color Hex Logo

#f841dd Color Hex

#F841DD
(248,65,221)
0 Favorites   0 Comments

Color spaces of #f841dd

RGB 24865221
HSL0.860.930.61
HSV309°74°97°
CMYK 0.000.740.11   0.03
XYZ53.652828.957571.1682
Yxy28.95750.34890.1883
Hunter Lab53.812283.8000-40.7443
CIE-Lab60.744182.4328-41.2515

#f841dd color RGB value is (248,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000001 11011101
Octal 370 101 335
Decimal 248 65 221
Hex F8 41 DD

RGB Percentages of Color #f841dd

%46.44
%12.17
%41.39

CMYK Percentages of Color #f841dd

%0
%74
%11
%3

Triadic Colors of #f841dd

#f841dd #ddf841 #41ddf8

Analogous Colors of #f841dd

#f841dd #f84182 #b841f8

Monochromatic Colors of #f841dd

#f841dd

Complementary Color

#f841dd #41f85c

#f841dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f841dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f841dd Color CSS Codes

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

#f841dd Text Font Color

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

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


#f841dd Background Color

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

This div background color is #f841dd


#f841dd Border Color

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

This div border color is #f841dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f841dd


Comments

No comments written yet.

Please login to write comment.