Color Hex Logo

#f861dd Color Hex

#F861DD
(248,97,221)
0 Favorites   0 Comments

Color spaces of #f861dd

RGB 24897221
HSL0.860.920.68
HSV311°61°97°
CMYK 0.000.610.11   0.03
XYZ56.037233.726371.9630
Yxy33.72630.34650.2085
Hunter Lab58.074370.6084-32.8173
CIE-Lab64.744771.2216-34.9976

#f861dd color RGB value is (248,97,221).

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

The process color (four color CMYK) of #f861dd color hex is 0.00, 0.61, 0.11, 0.03. Web safe color of #f861dd is #ff66cc. Color #f861dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 11011101
Octal 370 141 335
Decimal 248 97 221
Hex F8 61 DD

RGB Percentages of Color #f861dd

%43.82
%17.14
%39.05

CMYK Percentages of Color #f861dd

%0
%61
%11
%3

Triadic Colors of #f861dd

#f861dd #ddf861 #61ddf8

Analogous Colors of #f861dd

#f861dd #f86192 #c861f8

Monochromatic Colors of #f861dd

#f861dd

Complementary Color

#f861dd #61f87c

#f861dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861dd Color CSS Codes

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

#f861dd Text Font Color

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

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


#f861dd Background Color

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

This div background color is #f861dd


#f861dd Border Color

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

This div border color is #f861dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861dd


Comments

No comments written yet.

Please login to write comment.