Color Hex Logo

#f080eb Color Hex

#F080EB
(240,128,235)
0 Favorites   0 Comments

Color spaces of #f080eb

RGB 240128235
HSL0.840.790.72
HSV303°47°94°
CMYK 0.000.470.02   0.06
XYZ58.649739.961883.2195
Yxy39.96180.32260.2198
Hunter Lab63.215354.9812-33.8013
CIE-Lab69.442357.3901-35.5455

#f080eb color RGB value is (240,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 11101011
Octal 360 200 353
Decimal 240 128 235
Hex F0 80 EB

RGB Percentages of Color #f080eb

%39.80
%21.23
%38.97

CMYK Percentages of Color #f080eb

%0
%47
%2
%6

Triadic Colors of #f080eb

#f080eb #ebf080 #80ebf0

Analogous Colors of #f080eb

#f080eb #f080b3 #bd80f0

Monochromatic Colors of #f080eb

#f080eb

Complementary Color

#f080eb #80f085

#f080eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f080eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f080eb Color CSS Codes

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

#f080eb Text Font Color

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

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


#f080eb Background Color

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

This div background color is #f080eb


#f080eb Border Color

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

This div border color is #f080eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f080eb


Comments

No comments written yet.

Please login to write comment.