Color Hex Logo

#f96aec Color Hex

#F96AEC
(249,106,236)
0 Favorites   0 Comments

Color spaces of #f96aec

RGB 249106236
HSL0.850.920.70
HSV305°57°98°
CMYK 0.000.570.05   0.02
XYZ59.361336.503983.2742
Yxy36.50390.33140.2038
Hunter Lab60.418569.6444-39.4259
CIE-Lab66.903270.0494-39.9634

#f96aec color RGB value is (249,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101010 11101100
Octal 371 152 354
Decimal 249 106 236
Hex F9 6A EC

RGB Percentages of Color #f96aec

%42.13
%17.94
%39.93

CMYK Percentages of Color #f96aec

%0
%57
%5
%2

Triadic Colors of #f96aec

#f96aec #ecf96a #6aecf9

Analogous Colors of #f96aec

#f96aec #f96aa5 #bf6af9

Monochromatic Colors of #f96aec

#f96aec

Complementary Color

#f96aec #6af977

#f96aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96aec Color CSS Codes

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

#f96aec Text Font Color

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

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


#f96aec Background Color

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

This div background color is #f96aec


#f96aec Border Color

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

This div border color is #f96aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96aec

Related Colors


Comments

No comments written yet.

Please login to write comment.