Color Hex Logo

#f08eea Color Hex

#F08EEA
(240,142,234)
0 Favorites   0 Comments

Color spaces of #f08eea

RGB 240142234
HSL0.840.770.75
HSV304°41°94°
CMYK 0.000.410.03   0.06
XYZ60.459543.811883.1119
Yxy43.81180.32270.2338
Hunter Lab66.190547.2116-28.1140
CIE-Lab72.102550.2579-30.8801

#f08eea color RGB value is (240,142,234).

#f08eea hex color red value is 240, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f08eea hue: 0.84 , saturation: 0.77 and the lightness value of f08eea is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001110 11101010
Octal 360 216 352
Decimal 240 142 234
Hex F0 8E EA

RGB Percentages of Color #f08eea

%38.96
%23.05
%37.99

CMYK Percentages of Color #f08eea

%0
%41
%3
%6

Triadic Colors of #f08eea

#f08eea #eaf08e #8eeaf0

Analogous Colors of #f08eea

#f08eea #f08eb9 #c58ef0

Monochromatic Colors of #f08eea

#f08eea

Complementary Color

#f08eea #8ef094

#f08eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08eea Color CSS Codes

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

#f08eea Text Font Color

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

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


#f08eea Background Color

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

This div background color is #f08eea


#f08eea Border Color

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

This div border color is #f08eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08eea


Comments

No comments written yet.

Please login to write comment.