Color Hex Logo

#f96cec Color Hex

#F96CEC
(249,108,236)
0 Favorites   0 Comments

Color spaces of #f96cec

RGB 249108236
HSL0.850.920.70
HSV306°57°98°
CMYK 0.000.570.05   0.02
XYZ59.569836.921083.3437
Yxy36.92100.33120.2053
Hunter Lab60.762768.6612-38.7899
CIE-Lab67.217769.1934-39.4719

#f96cec color RGB value is (249,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11101100
Octal 371 154 354
Decimal 249 108 236
Hex F9 6C EC

RGB Percentages of Color #f96cec

%41.99
%18.21
%39.80

CMYK Percentages of Color #f96cec

%0
%57
%5
%2

Triadic Colors of #f96cec

#f96cec #ecf96c #6cecf9

Analogous Colors of #f96cec

#f96cec #f96ca6 #c06cf9

Monochromatic Colors of #f96cec

#f96cec

Complementary Color

#f96cec #6cf979

#f96cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96cec Color CSS Codes

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

#f96cec Text Font Color

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

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


#f96cec Background Color

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

This div background color is #f96cec


#f96cec Border Color

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

This div border color is #f96cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96cec


Comments

No comments written yet.

Please login to write comment.