Color Hex Logo

#f953ea Color Hex

#F953EA
(249,83,234)
0 Favorites   0 Comments

Color spaces of #f953ea

RGB 24983234
HSL0.850.930.65
HSV305°67°98°
CMYK 0.000.670.06   0.02
XYZ57.011532.266881.0652
Yxy32.26680.33470.1894
Hunter Lab56.803979.7457-44.8505
CIE-Lab63.562878.7321-44.0909

#f953ea color RGB value is (249,83,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010011 11101010
Octal 371 123 352
Decimal 249 83 234
Hex F9 53 EA

RGB Percentages of Color #f953ea

%43.99
%14.66
%41.34

CMYK Percentages of Color #f953ea

%0
%67
%6
%2

Triadic Colors of #f953ea

#f953ea #eaf953 #53eaf9

Analogous Colors of #f953ea

#f953ea #f95397 #b553f9

Monochromatic Colors of #f953ea

#f953ea

Complementary Color

#f953ea #53f962

#f953ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f953ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f953ea Color CSS Codes

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

#f953ea Text Font Color

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

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


#f953ea Background Color

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

This div background color is #f953ea


#f953ea Border Color

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

This div border color is #f953ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f953ea


Comments

No comments written yet.

Please login to write comment.