Color Hex Logo

#f081eb Color Hex

#F081EB
(240,129,235)
0 Favorites   0 Comments

Color spaces of #f081eb

RGB 240129235
HSL0.840.790.72
HSV303°46°94°
CMYK 0.000.460.02   0.06
XYZ58.780840.223983.2632
Yxy40.22390.32250.2207
Hunter Lab63.422354.4476-33.4425
CIE-Lab69.628756.9037-35.2561

#f081eb color RGB value is (240,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 11101011
Octal 360 201 353
Decimal 240 129 235
Hex F0 81 EB

RGB Percentages of Color #f081eb

%39.74
%21.36
%38.91

CMYK Percentages of Color #f081eb

%0
%46
%2
%6

Triadic Colors of #f081eb

#f081eb #ebf081 #81ebf0

Analogous Colors of #f081eb

#f081eb #f081b4 #be81f0

Monochromatic Colors of #f081eb

#f081eb

Complementary Color

#f081eb #81f086

#f081eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f081eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f081eb Color CSS Codes

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

#f081eb Text Font Color

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

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


#f081eb Background Color

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

This div background color is #f081eb


#f081eb Border Color

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

This div border color is #f081eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f081eb


Comments

No comments written yet.

Please login to write comment.