Color Hex Logo

#f864ad Color Hex

#F864AD
(248,100,173)
0 Favorites   0 Comments

Color spaces of #f864ad

RGB 248100173
HSL0.920.910.68
HSV330°60°97°
CMYK 0.000.600.30   0.03
XYZ50.811432.087943.0507
Yxy32.08790.40340.2548
Hunter Lab56.646260.9830-5.4077
CIE-Lab63.415563.4909-9.8691

#f864ad color RGB value is (248,100,173).

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

The process color (four color CMYK) of #f864ad color hex is 0.00, 0.60, 0.30, 0.03. Web safe color of #f864ad is #ff6699. Color #f864ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100100 10101101
Octal 370 144 255
Decimal 248 100 173
Hex F8 64 AD

RGB Percentages of Color #f864ad

%47.60
%19.19
%33.21

CMYK Percentages of Color #f864ad

%0
%60
%30
%3

Triadic Colors of #f864ad

#f864ad #adf864 #64adf8

Analogous Colors of #f864ad

#f864ad #f86564 #f864f7

Monochromatic Colors of #f864ad

#f864ad

Complementary Color

#f864ad #64f8af

#f864ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f864ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f864ad Color CSS Codes

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

#f864ad Text Font Color

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

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


#f864ad Background Color

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

This div background color is #f864ad


#f864ad Border Color

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

This div border color is #f864ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,100,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f864ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f864ad


Comments

No comments written yet.

Please login to write comment.