Color Hex Logo

#f932ea Color Hex

#F932EA
(249,50,234)
0 Favorites   0 Comments

Color spaces of #f932ea

RGB 24950234
HSL0.850.940.59
HSV305°80°98°
CMYK 0.000.800.06   0.02
XYZ55.058828.361580.4143
Yxy28.36150.33610.1731
Hunter Lab53.255591.3470-52.2473
CIE-Lab60.213988.2965-49.3783

#f932ea color RGB value is (249,50,234).

#f932ea hex color red value is 249, green value is 50 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f932ea hue: 0.85 , saturation: 0.94 and the lightness value of f932ea is 0.59.

The process color (four color CMYK) of #f932ea color hex is 0.00, 0.80, 0.06, 0.02. Web safe color of #f932ea is #ff33ff. Color #f932ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110010 11101010
Octal 371 62 352
Decimal 249 50 234
Hex F9 32 EA

RGB Percentages of Color #f932ea

%46.72
%9.38
%43.90

CMYK Percentages of Color #f932ea

%0
%80
%6
%2

Triadic Colors of #f932ea

#f932ea #eaf932 #32eaf9

Analogous Colors of #f932ea

#f932ea #f93287 #a532f9

Monochromatic Colors of #f932ea

#f932ea

Complementary Color

#f932ea #32f941

#f932ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f932ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f932ea Color CSS Codes

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

#f932ea Text Font Color

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

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


#f932ea Background Color

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

This div background color is #f932ea


#f932ea Border Color

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

This div border color is #f932ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f932ea


Comments

No comments written yet.

Please login to write comment.