Color Hex Logo

#f976ed Color Hex

#F976ED
(249,118,237)
0 Favorites   0 Comments

Color spaces of #f976ed

RGB 249118237
HSL0.850.920.72
HSV305°53°98°
CMYK 0.000.530.05   0.02
XYZ60.831439.211084.4831
Yxy39.21100.32970.2125
Hunter Lab62.618763.8225-36.1591
CIE-Lab68.903864.9253-37.3948

#f976ed color RGB value is (249,118,237).

#f976ed hex color red value is 249, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f976ed hue: 0.85 , saturation: 0.92 and the lightness value of f976ed is 0.72.

The process color (four color CMYK) of #f976ed color hex is 0.00, 0.53, 0.05, 0.02. Web safe color of #f976ed is #ff66ff. Color #f976ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110110 11101101
Octal 371 166 355
Decimal 249 118 237
Hex F9 76 ED

RGB Percentages of Color #f976ed

%41.23
%19.54
%39.24

CMYK Percentages of Color #f976ed

%0
%53
%5
%2

Triadic Colors of #f976ed

#f976ed #edf976 #76edf9

Analogous Colors of #f976ed

#f976ed #f976ac #c476f9

Monochromatic Colors of #f976ed

#f976ed

Complementary Color

#f976ed #76f982

#f976ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f976ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f976ed Color CSS Codes

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

#f976ed Text Font Color

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

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


#f976ed Background Color

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

This div background color is #f976ed


#f976ed Border Color

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

This div border color is #f976ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,118,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f976ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f976ed


Comments

No comments written yet.

Please login to write comment.