Color Hex Logo

#f82cee Color Hex

#F82CEE
(248,44,238)
0 Favorites   0 Comments

Color spaces of #f82cee

RGB 24844238
HSL0.840.940.57
HSV303°82°97°
CMYK 0.000.820.04   0.03
XYZ55.044727.930983.3789
Yxy27.93090.33090.1679
Hunter Lab52.849793.4267-56.5447
CIE-Lab59.826389.9320-52.2416

#f82cee color RGB value is (248,44,238).

#f82cee hex color red value is 248, green value is 44 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f82cee hue: 0.84 , saturation: 0.94 and the lightness value of f82cee is 0.57.

The process color (four color CMYK) of #f82cee color hex is 0.00, 0.82, 0.04, 0.03. Web safe color of #f82cee is #ff33ff. Color #f82cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101100 11101110
Octal 370 54 356
Decimal 248 44 238
Hex F8 2C EE

RGB Percentages of Color #f82cee

%46.79
%8.30
%44.91

CMYK Percentages of Color #f82cee

%0
%82
%4
%3

Triadic Colors of #f82cee

#f82cee #eef82c #2ceef8

Analogous Colors of #f82cee

#f82cee #f82c88 #9c2cf8

Monochromatic Colors of #f82cee

#f82cee

Complementary Color

#f82cee #2cf836

#f82cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82cee Color CSS Codes

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

#f82cee Text Font Color

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

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


#f82cee Background Color

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

This div background color is #f82cee


#f82cee Border Color

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

This div border color is #f82cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82cee


Comments

No comments written yet.

Please login to write comment.