Color Hex Logo

#f2e0fa Color Hex

#F2E0FA
(242,224,250)
0 Favorites   0 Comments

Color spaces of #f2e0fa

RGB 242224250
HSL0.780.720.93
HSV282°10°98°
CMYK 0.030.100.00   0.02
XYZ80.528979.0907101.4642
Yxy79.09070.30840.3029
Hunter Lab88.93305.9993-5.3913
CIE-Lab91.275310.7298-10.3929

#f2e0fa color RGB value is (242,224,250).

#f2e0fa hex color red value is 242, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f2e0fa hue: 0.78 , saturation: 0.72 and the lightness value of f2e0fa is 0.93.

The process color (four color CMYK) of #f2e0fa color hex is 0.03, 0.10, 0.00, 0.02. Web safe color of #f2e0fa is #ffccff. Color #f2e0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11100000 11111010
Octal 362 340 372
Decimal 242 224 250
Hex F2 E0 FA

RGB Percentages of Color #f2e0fa

%33.80
%31.28
%34.92

CMYK Percentages of Color #f2e0fa

%3
%10
%0
%2

Triadic Colors of #f2e0fa

#f2e0fa #faf2e0 #e0faf2

Analogous Colors of #f2e0fa

#f2e0fa #fae0f5 #e5e0fa

Monochromatic Colors of #f2e0fa

#f2e0fa

Complementary Color

#f2e0fa #e8fae0

#f2e0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2e0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2e0fa Color CSS Codes

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

#f2e0fa Text Font Color

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

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


#f2e0fa Background Color

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

This div background color is #f2e0fa


#f2e0fa Border Color

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

This div border color is #f2e0fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,224,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2e0fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2e0fa;
  -webkit-box-shadow: 1px 1px 3px 2px #f2e0fa;
  box-shadow:         1px 1px 3px 2px #f2e0fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,224,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e0fa


Comments

No comments written yet.

Please login to write comment.