Color Hex Logo

#f923ea Color Hex

#F923EA
(249,35,234)
0 Favorites   0 Comments

Color spaces of #f923ea

RGB 24935234
HSL0.850.950.56
HSV304°86°98°
CMYK 0.000.860.06   0.02
XYZ54.519227.282380.2344
Yxy27.28230.33650.1684
Hunter Lab52.232594.9079-54.5128
CIE-Lab59.234791.1512-50.9317

#f923ea color RGB value is (249,35,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 11101010
Octal 371 43 352
Decimal 249 35 234
Hex F9 23 EA

RGB Percentages of Color #f923ea

%48.07
%6.76
%45.17

CMYK Percentages of Color #f923ea

%0
%86
%6
%2

Triadic Colors of #f923ea

#f923ea #eaf923 #23eaf9

Analogous Colors of #f923ea

#f923ea #f9237f #9d23f9

Monochromatic Colors of #f923ea

#f923ea

Complementary Color

#f923ea #23f932

#f923ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f923ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f923ea Color CSS Codes

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

#f923ea Text Font Color

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

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


#f923ea Background Color

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

This div background color is #f923ea


#f923ea Border Color

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

This div border color is #f923ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f923ea


Comments

No comments written yet.

Please login to write comment.