Color Hex Logo

#f868dd Color Hex

#F868DD
(248,104,221)
0 Favorites   0 Comments

Color spaces of #f868dd

RGB 248104221
HSL0.860.910.69
HSV311°58°97°
CMYK 0.000.580.11   0.03
XYZ56.712935.077572.1882
Yxy35.07750.34590.2139
Hunter Lab59.226367.2791-30.8075
CIE-Lab65.809068.3129-33.3443

#f868dd color RGB value is (248,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101000 11011101
Octal 370 150 335
Decimal 248 104 221
Hex F8 68 DD

RGB Percentages of Color #f868dd

%43.28
%18.15
%38.57

CMYK Percentages of Color #f868dd

%0
%58
%11
%3

Triadic Colors of #f868dd

#f868dd #ddf868 #68ddf8

Analogous Colors of #f868dd

#f868dd #f86895 #cb68f8

Monochromatic Colors of #f868dd

#f868dd

Complementary Color

#f868dd #68f883

#f868dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f868dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f868dd Color CSS Codes

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

#f868dd Text Font Color

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

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


#f868dd Background Color

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

This div background color is #f868dd


#f868dd Border Color

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

This div border color is #f868dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f868dd


Comments

No comments written yet.

Please login to write comment.