Color Hex Logo

#f858be Color Hex

#F858BE
(248,88,190)
0 Favorites   0 Comments

Color spaces of #f858be

RGB 24888190
HSL0.890.920.66
HSV322°65°97°
CMYK 0.000.650.23   0.03
XYZ51.495430.653651.9178
Yxy30.65360.38410.2286
Hunter Lab55.365769.1321-16.8417
CIE-Lab62.214170.4819-21.3964

#f858be color RGB value is (248,88,190).

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

The process color (four color CMYK) of #f858be color hex is 0.00, 0.65, 0.23, 0.03. Web safe color of #f858be is #ff66cc. Color #f858be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 10111110
Octal 370 130 276
Decimal 248 88 190
Hex F8 58 BE

RGB Percentages of Color #f858be

%47.15
%16.73
%36.12

CMYK Percentages of Color #f858be

%0
%65
%23
%3

Triadic Colors of #f858be

#f858be #bef858 #58bef8

Analogous Colors of #f858be

#f858be #f8586e #e258f8

Monochromatic Colors of #f858be

#f858be

Complementary Color

#f858be #58f892

#f858be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f858be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f858be Color CSS Codes

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

#f858be Text Font Color

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

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


#f858be Background Color

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

This div background color is #f858be


#f858be Border Color

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

This div border color is #f858be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f858be


Comments

No comments written yet.

Please login to write comment.