Color Hex Logo

#f848be Color Hex

#F848BE
(248,72,190)
0 Favorites   0 Comments

Color spaces of #f848be

RGB 24872190
HSL0.890.930.63
HSV320°71°97°
CMYK 0.000.710.23   0.03
XYZ50.323028.308951.5270
Yxy28.30890.38660.2175
Hunter Lab53.206175.7168-20.1746
CIE-Lab60.166876.1895-24.5333

#f848be color RGB value is (248,72,190).

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

The process color (four color CMYK) of #f848be color hex is 0.00, 0.71, 0.23, 0.03. Web safe color of #f848be is #ff33cc. Color #f848be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001000 10111110
Octal 370 110 276
Decimal 248 72 190
Hex F8 48 BE

RGB Percentages of Color #f848be

%48.63
%14.12
%37.25

CMYK Percentages of Color #f848be

%0
%71
%23
%3

Triadic Colors of #f848be

#f848be #bef848 #48bef8

Analogous Colors of #f848be

#f848be #f84866 #da48f8

Monochromatic Colors of #f848be

#f848be

Complementary Color

#f848be #48f882

#f848be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f848be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f848be Color CSS Codes

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

#f848be Text Font Color

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

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


#f848be Background Color

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

This div background color is #f848be


#f848be Border Color

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

This div border color is #f848be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f848be

Related Colors


Comments

No comments written yet.

Please login to write comment.