Color Hex Logo

#f08aef Color Hex

#F08AEF
(240,138,239)
0 Favorites   0 Comments

Color spaces of #f08aef

RGB 240138239
HSL0.830.770.74
HSV301°43°94°
CMYK 0.000.430.00   0.06
XYZ60.603642.934286.7543
Yxy42.93420.31850.2256
Hunter Lab65.524250.4281-32.6333
CIE-Lab71.510353.1520-34.5332

#f08aef color RGB value is (240,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001010 11101111
Octal 360 212 357
Decimal 240 138 239
Hex F0 8A EF

RGB Percentages of Color #f08aef

%38.90
%22.37
%38.74

CMYK Percentages of Color #f08aef

%0
%43
%0
%6

Triadic Colors of #f08aef

#f08aef #eff08a #8aeff0

Analogous Colors of #f08aef

#f08aef #f08abc #be8af0

Monochromatic Colors of #f08aef

#f08aef

Complementary Color

#f08aef #8af08b

#f08aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08aef Color CSS Codes

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

#f08aef Text Font Color

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

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


#f08aef Background Color

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

This div background color is #f08aef


#f08aef Border Color

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

This div border color is #f08aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08aef


Comments

No comments written yet.

Please login to write comment.