Color Hex Logo

#f892be Color Hex

#F892BE
(248,146,190)
1 Favorites   0 Comments

Color spaces of #f892be

RGB 248146190
HSL0.930.880.77
HSV334°41°97°
CMYK 0.000.410.23   0.03
XYZ58.284544.231954.1809
Yxy44.23190.37200.2823
Hunter Lab66.507140.0439-1.7465
CIE-Lab72.383243.8284-6.1015

#f892be color RGB value is (248,146,190).

#f892be hex color red value is 248, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f892be hue: 0.93 , saturation: 0.88 and the lightness value of f892be is 0.77.

The process color (four color CMYK) of #f892be color hex is 0.00, 0.41, 0.23, 0.03. Web safe color of #f892be is #ff99cc. Color #f892be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010010 10111110
Octal 370 222 276
Decimal 248 146 190
Hex F8 92 BE

RGB Percentages of Color #f892be

%42.47
%25.00
%32.53

CMYK Percentages of Color #f892be

%0
%41
%23
%3

Triadic Colors of #f892be

#f892be #bef892 #92bef8

Analogous Colors of #f892be

#f892be #f89992 #f892f1

Monochromatic Colors of #f892be

#f892be

Complementary Color

#f892be #92f8cc

#f892be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f892be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f892be Color CSS Codes

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

#f892be Text Font Color

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

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


#f892be Background Color

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

This div background color is #f892be


#f892be Border Color

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

This div border color is #f892be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f892be

Related Colors


Comments

No comments written yet.

Please login to write comment.