Color Hex Logo

#f86892 Color Hex

#F86892
(248,104,146)
0 Favorites   0 Comments

Color spaces of #f86892

RGB 248104146
HSL0.950.910.69
HSV343°58°97°
CMYK 0.000.580.41   0.03
XYZ48.850031.932430.7830
Yxy31.93240.43790.2862
Hunter Lab56.508855.41727.2581
CIE-Lab63.287058.75465.4373

#f86892 color RGB value is (248,104,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101000 10010010
Octal 370 150 222
Decimal 248 104 146
Hex F8 68 92

RGB Percentages of Color #f86892

%49.80
%20.88
%29.32

CMYK Percentages of Color #f86892

%0
%58
%41
%3

Triadic Colors of #f86892

#f86892 #92f868 #6892f8

Analogous Colors of #f86892

#f86892 #f88668 #f868da

Monochromatic Colors of #f86892

#f86892

Complementary Color

#f86892 #68f8ce

#f86892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86892 Color CSS Codes

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

#f86892 Text Font Color

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

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


#f86892 Background Color

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

This div background color is #f86892


#f86892 Border Color

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

This div border color is #f86892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86892


Comments

No comments written yet.

Please login to write comment.