Color Hex Logo

#f93eea Color Hex

#F93EEA
(249,62,234)
0 Favorites   0 Comments

Color spaces of #f93eea

RGB 24962234
HSL0.850.940.61
HSV305°75°98°
CMYK 0.000.750.06   0.02
XYZ55.640829.525580.6083
Yxy29.52550.33560.1781
Hunter Lab54.337487.6914-49.9193
CIE-Lab61.242685.3259-47.7500

#f93eea color RGB value is (249,62,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111110 11101010
Octal 371 76 352
Decimal 249 62 234
Hex F9 3E EA

RGB Percentages of Color #f93eea

%45.69
%11.38
%42.94

CMYK Percentages of Color #f93eea

%0
%75
%6
%2

Triadic Colors of #f93eea

#f93eea #eaf93e #3eeaf9

Analogous Colors of #f93eea

#f93eea #f93e8d #ab3ef9

Monochromatic Colors of #f93eea

#f93eea

Complementary Color

#f93eea #3ef94d

#f93eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93eea Color CSS Codes

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

#f93eea Text Font Color

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

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


#f93eea Background Color

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

This div background color is #f93eea


#f93eea Border Color

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

This div border color is #f93eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93eea

Related Colors


Comments

No comments written yet.

Please login to write comment.