Color Hex Logo

#f863ad Color Hex

#F863AD
(248,99,173)
0 Favorites   0 Comments

Color spaces of #f863ad

RGB 24899173
HSL0.920.910.68
HSV330°60°97°
CMYK 0.000.600.30   0.03
XYZ50.716131.897343.0189
Yxy31.89730.40370.2539
Hunter Lab56.477761.4543-5.6266
CIE-Lab63.257963.9162-10.1046

#f863ad color RGB value is (248,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100011 10101101
Octal 370 143 255
Decimal 248 99 173
Hex F8 63 AD

RGB Percentages of Color #f863ad

%47.69
%19.04
%33.27

CMYK Percentages of Color #f863ad

%0
%60
%30
%3

Triadic Colors of #f863ad

#f863ad #adf863 #63adf8

Analogous Colors of #f863ad

#f863ad #f86463 #f863f8

Monochromatic Colors of #f863ad

#f863ad

Complementary Color

#f863ad #63f8ae

#f863ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f863ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f863ad Color CSS Codes

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

#f863ad Text Font Color

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

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


#f863ad Background Color

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

This div background color is #f863ad


#f863ad Border Color

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

This div border color is #f863ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f863ad


Comments

No comments written yet.

Please login to write comment.