Color Hex Logo

#f081ef Color Hex

#F081EF
(240,129,239)
0 Favorites   0 Comments

Color spaces of #f081ef

RGB 240129239
HSL0.830.790.72
HSV301°46°94°
CMYK 0.000.460.00   0.06
XYZ59.365440.457886.3416
Yxy40.45780.31890.2173
Hunter Lab63.606455.2870-35.9578
CIE-Lab69.794457.5972-37.1973

#f081ef color RGB value is (240,129,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000001 11101111
Octal 360 201 357
Decimal 240 129 239
Hex F0 81 EF

RGB Percentages of Color #f081ef

%39.47
%21.22
%39.31

CMYK Percentages of Color #f081ef

%0
%46
%0
%6

Triadic Colors of #f081ef

#f081ef #eff081 #81eff0

Analogous Colors of #f081ef

#f081ef #f081b8 #ba81f0

Monochromatic Colors of #f081ef

#f081ef

Complementary Color

#f081ef #81f082

#f081ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f081ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f081ef Color CSS Codes

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

#f081ef Text Font Color

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

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


#f081ef Background Color

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

This div background color is #f081ef


#f081ef Border Color

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

This div border color is #f081ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f081ef


Comments

No comments written yet.

Please login to write comment.