Color Hex Logo

#f082eb Color Hex

#F082EB
(240,130,235)
0 Favorites   0 Comments

Color spaces of #f082eb

RGB 240130235
HSL0.840.790.73
HSV303°46°94°
CMYK 0.000.460.02   0.06
XYZ58.913240.488783.3073
Yxy40.48870.32240.2216
Hunter Lab63.630753.9124-33.0828
CIE-Lab69.816256.4151-34.9652

#f082eb color RGB value is (240,130,235).

#f082eb hex color red value is 240, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f082eb hue: 0.84 , saturation: 0.79 and the lightness value of f082eb is 0.73.

The process color (four color CMYK) of #f082eb color hex is 0.00, 0.46, 0.02, 0.06. Web safe color of #f082eb is #ff99ff. Color #f082eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000010 11101011
Octal 360 202 353
Decimal 240 130 235
Hex F0 82 EB

RGB Percentages of Color #f082eb

%39.67
%21.49
%38.84

CMYK Percentages of Color #f082eb

%0
%46
%2
%6

Triadic Colors of #f082eb

#f082eb #ebf082 #82ebf0

Analogous Colors of #f082eb

#f082eb #f082b4 #be82f0

Monochromatic Colors of #f082eb

#f082eb

Complementary Color

#f082eb #82f087

#f082eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f082eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f082eb Color CSS Codes

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

#f082eb Text Font Color

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

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


#f082eb Background Color

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

This div background color is #f082eb


#f082eb Border Color

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

This div border color is #f082eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,130,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f082eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f082eb;
  -webkit-box-shadow: 1px 1px 3px 2px #f082eb;
  box-shadow:         1px 1px 3px 2px #f082eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,130,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f082eb


Comments

No comments written yet.

Please login to write comment.