Color Hex Logo

#f869ad Color Hex

#F869AD
(248,105,173)
0 Favorites   0 Comments

Color spaces of #f869ad

RGB 248105173
HSL0.920.910.69
HSV331°58°97°
CMYK 0.000.580.30   0.03
XYZ51.305833.076743.2155
Yxy33.07670.40210.2592
Hunter Lab57.512358.5903-4.2926
CIE-Lab64.223061.3222-8.6639

#f869ad color RGB value is (248,105,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101001 10101101
Octal 370 151 255
Decimal 248 105 173
Hex F8 69 AD

RGB Percentages of Color #f869ad

%47.15
%19.96
%32.89

CMYK Percentages of Color #f869ad

%0
%58
%30
%3

Triadic Colors of #f869ad

#f869ad #adf869 #69adf8

Analogous Colors of #f869ad

#f869ad #f86d69 #f869f5

Monochromatic Colors of #f869ad

#f869ad

Complementary Color

#f869ad #69f8b4

#f869ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f869ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f869ad Color CSS Codes

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

#f869ad Text Font Color

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

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


#f869ad Background Color

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

This div background color is #f869ad


#f869ad Border Color

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

This div border color is #f869ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f869ad


Comments

No comments written yet.

Please login to write comment.