Color Hex Logo

#f094ea Color Hex

#F094EA
(240,148,234)
0 Favorites   0 Comments

Color spaces of #f094ea

RGB 240148234
HSL0.840.750.76
HSV304°38°94°
CMYK 0.000.380.03   0.06
XYZ61.376445.645683.4175
Yxy45.64560.32230.2397
Hunter Lab67.561543.9260-25.9117
CIE-Lab73.315047.1947-29.0134

#f094ea color RGB value is (240,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 11101010
Octal 360 224 352
Decimal 240 148 234
Hex F0 94 EA

RGB Percentages of Color #f094ea

%38.59
%23.79
%37.62

CMYK Percentages of Color #f094ea

%0
%38
%3
%6

Triadic Colors of #f094ea

#f094ea #eaf094 #94eaf0

Analogous Colors of #f094ea

#f094ea #f094bc #c894f0

Monochromatic Colors of #f094ea

#f094ea

Complementary Color

#f094ea #94f09a

#f094ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f094ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f094ea Color CSS Codes

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

#f094ea Text Font Color

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

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


#f094ea Background Color

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

This div background color is #f094ea


#f094ea Border Color

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

This div border color is #f094ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f094ea


Comments

No comments written yet.

Please login to write comment.