Color Hex Logo

#f82ebf Color Hex

#F82EBF
(248,46,191)
0 Favorites   0 Comments

Color spaces of #f82ebf

RGB 24846191
HSL0.880.940.58
HSV317°81°97°
CMYK 0.000.810.23   0.03
XYZ49.092425.672051.6580
Yxy25.67200.38830.2031
Hunter Lab50.667584.2826-24.9817
CIE-Lab57.724483.3926-28.8762

#f82ebf color RGB value is (248,46,191).

#f82ebf hex color red value is 248, green value is 46 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f82ebf hue: 0.88 , saturation: 0.94 and the lightness value of f82ebf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101110 10111111
Octal 370 56 277
Decimal 248 46 191
Hex F8 2E BF

RGB Percentages of Color #f82ebf

%51.13
%9.48
%39.38

CMYK Percentages of Color #f82ebf

%0
%81
%23
%3

Triadic Colors of #f82ebf

#f82ebf #bff82e #2ebff8

Analogous Colors of #f82ebf

#f82ebf #f82e5a #cc2ef8

Monochromatic Colors of #f82ebf

#f82ebf

Complementary Color

#f82ebf #2ef867

#f82ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82ebf Color CSS Codes

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

#f82ebf Text Font Color

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

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


#f82ebf Background Color

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

This div background color is #f82ebf


#f82ebf Border Color

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

This div border color is #f82ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82ebf


Comments

No comments written yet.

Please login to write comment.