Color Hex Logo

#f861ad Color Hex

#F861AD
(248,97,173)
0 Favorites   0 Comments

Color spaces of #f861ad

RGB 24897173
HSL0.920.920.68
HSV330°61°97°
CMYK 0.000.610.30   0.03
XYZ50.528931.523042.9565
Yxy31.52300.40420.2522
Hunter Lab56.145362.3896-6.0607
CIE-Lab62.946764.7581-10.5702

#f861ad color RGB value is (248,97,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 10101101
Octal 370 141 255
Decimal 248 97 173
Hex F8 61 AD

RGB Percentages of Color #f861ad

%47.88
%18.73
%33.40

CMYK Percentages of Color #f861ad

%0
%61
%30
%3

Triadic Colors of #f861ad

#f861ad #adf861 #61adf8

Analogous Colors of #f861ad

#f861ad #f86162 #f861f8

Monochromatic Colors of #f861ad

#f861ad

Complementary Color

#f861ad #61f8ac

#f861ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861ad Color CSS Codes

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

#f861ad Text Font Color

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

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


#f861ad Background Color

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

This div background color is #f861ad


#f861ad Border Color

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

This div border color is #f861ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861ad


Comments

No comments written yet.

Please login to write comment.