Color Hex Logo

#f954ea Color Hex

#F954EA
(249,84,234)
0 Favorites   0 Comments

Color spaces of #f954ea

RGB 24984234
HSL0.850.930.65
HSV305°66°98°
CMYK 0.000.660.06   0.02
XYZ57.088532.420981.0909
Yxy32.42090.33460.1900
Hunter Lab56.939479.3237-44.5811
CIE-Lab63.689278.3768-43.8920

#f954ea color RGB value is (249,84,234).

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

The process color (four color CMYK) of #f954ea color hex is 0.00, 0.66, 0.06, 0.02. Web safe color of #f954ea is #ff66ff. Color #f954ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 11101010
Octal 371 124 352
Decimal 249 84 234
Hex F9 54 EA

RGB Percentages of Color #f954ea

%43.92
%14.81
%41.27

CMYK Percentages of Color #f954ea

%0
%66
%6
%2

Triadic Colors of #f954ea

#f954ea #eaf954 #54eaf9

Analogous Colors of #f954ea

#f954ea #f95498 #b654f9

Monochromatic Colors of #f954ea

#f954ea

Complementary Color

#f954ea #54f963

#f954ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954ea Color CSS Codes

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

#f954ea Text Font Color

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

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


#f954ea Background Color

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

This div background color is #f954ea


#f954ea Border Color

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

This div border color is #f954ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954ea


Comments

No comments written yet.

Please login to write comment.