Color Hex Logo

#f292ea Color Hex

#F292EA
(242,146,234)
0 Favorites   0 Comments

Color spaces of #f292ea

RGB 242146234
HSL0.850.790.76
HSV305°40°95°
CMYK 0.000.400.03   0.05
XYZ61.748145.375583.3458
Yxy45.37550.32420.2382
Hunter Lab67.361345.7432-26.2062
CIE-Lab73.138548.8262-29.2653

#f292ea color RGB value is (242,146,234).

#f292ea hex color red value is 242, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f292ea hue: 0.85 , saturation: 0.79 and the lightness value of f292ea is 0.76.

The process color (four color CMYK) of #f292ea color hex is 0.00, 0.40, 0.03, 0.05. Web safe color of #f292ea is #ff99ff. Color #f292ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010010 11101010
Octal 362 222 352
Decimal 242 146 234
Hex F2 92 EA

RGB Percentages of Color #f292ea

%38.91
%23.47
%37.62

CMYK Percentages of Color #f292ea

%0
%40
%3
%5

Triadic Colors of #f292ea

#f292ea #eaf292 #92eaf2

Analogous Colors of #f292ea

#f292ea #f292ba #ca92f2

Monochromatic Colors of #f292ea

#f292ea

Complementary Color

#f292ea #92f29a

#f292ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f292ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f292ea Color CSS Codes

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

#f292ea Text Font Color

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

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


#f292ea Background Color

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

This div background color is #f292ea


#f292ea Border Color

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

This div border color is #f292ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f292ea


Comments

No comments written yet.

Please login to write comment.