Color Hex Logo

#f980ea Color Hex

#F980EA
(249,128,234)
0 Favorites   0 Comments

Color spaces of #f980ea

RGB 249128234
HSL0.850.910.74
HSV307°49°98°
CMYK 0.000.490.06   0.02
XYZ61.637441.518682.6071
Yxy41.51860.33180.2235
Hunter Lab64.434957.9891-30.9067
CIE-Lab70.537759.7773-33.2072

#f980ea color RGB value is (249,128,234).

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

The process color (four color CMYK) of #f980ea color hex is 0.00, 0.49, 0.06, 0.02. Web safe color of #f980ea is #ff99ff. Color #f980ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 11101010
Octal 371 200 352
Decimal 249 128 234
Hex F9 80 EA

RGB Percentages of Color #f980ea

%40.75
%20.95
%38.30

CMYK Percentages of Color #f980ea

%0
%49
%6
%2

Triadic Colors of #f980ea

#f980ea #eaf980 #80eaf9

Analogous Colors of #f980ea

#f980ea #f980ae #cc80f9

Monochromatic Colors of #f980ea

#f980ea

Complementary Color

#f980ea #80f98f

#f980ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f980ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f980ea Color CSS Codes

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

#f980ea Text Font Color

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

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


#f980ea Background Color

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

This div background color is #f980ea


#f980ea Border Color

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

This div border color is #f980ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f980ea


Comments

No comments written yet.

Please login to write comment.