Color Hex Logo

#f893be Color Hex

#F893BE
(248,147,190)
0 Favorites   0 Comments

Color spaces of #f893be

RGB 248147190
HSL0.930.880.77
HSV334°41°97°
CMYK 0.000.410.23   0.03
XYZ58.439444.541654.2325
Yxy44.54160.37170.2833
Hunter Lab66.739539.5066-1.4614
CIE-Lab72.589043.3173-5.7970

#f893be color RGB value is (248,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010011 10111110
Octal 370 223 276
Decimal 248 147 190
Hex F8 93 BE

RGB Percentages of Color #f893be

%42.39
%25.13
%32.48

CMYK Percentages of Color #f893be

%0
%41
%23
%3

Triadic Colors of #f893be

#f893be #bef893 #93bef8

Analogous Colors of #f893be

#f893be #f89b93 #f893f1

Monochromatic Colors of #f893be

#f893be

Complementary Color

#f893be #93f8cd

#f893be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f893be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f893be Color CSS Codes

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

#f893be Text Font Color

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

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


#f893be Background Color

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

This div background color is #f893be


#f893be Border Color

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

This div border color is #f893be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f893be


Comments

No comments written yet.

Please login to write comment.