Color Hex Logo

#f996eb Color Hex

#F996EB
(249,150,235)
0 Favorites   0 Comments

Color spaces of #f996eb

RGB 249150235
HSL0.860.890.78
HSV308°40°98°
CMYK 0.000.400.06   0.02
XYZ64.968747.950684.4284
Yxy47.95060.32920.2430
Hunter Lab69.246446.2921-23.8167
CIE-Lab74.793849.0928-27.2001

#f996eb color RGB value is (249,150,235).

#f996eb hex color red value is 249, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f996eb hue: 0.86 , saturation: 0.89 and the lightness value of f996eb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010110 11101011
Octal 371 226 353
Decimal 249 150 235
Hex F9 96 EB

RGB Percentages of Color #f996eb

%39.27
%23.66
%37.07

CMYK Percentages of Color #f996eb

%0
%40
%6
%2

Triadic Colors of #f996eb

#f996eb #ebf996 #96ebf9

Analogous Colors of #f996eb

#f996eb #f996ba #d696f9

Monochromatic Colors of #f996eb

#f996eb

Complementary Color

#f996eb #96f9a4

#f996eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f996eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f996eb Color CSS Codes

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

#f996eb Text Font Color

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

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


#f996eb Background Color

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

This div background color is #f996eb


#f996eb Border Color

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

This div border color is #f996eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f996eb


Comments

No comments written yet.

Please login to write comment.