Color Hex Logo

#f96eba Color Hex

#F96EBA
(249,110,186)
0 Favorites   0 Comments

Color spaces of #f96eba

RGB 249110186
HSL0.910.920.70
HSV327°56°98°
CMYK 0.000.560.25   0.02
XYZ53.505834.836850.3585
Yxy34.83680.38580.2512
Hunter Lab59.022758.5257-9.2707
CIE-Lab65.621461.0322-13.9416

#f96eba color RGB value is (249,110,186).

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

The process color (four color CMYK) of #f96eba color hex is 0.00, 0.56, 0.25, 0.02. Web safe color of #f96eba is #ff66cc. Color #f96eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101110 10111010
Octal 371 156 272
Decimal 249 110 186
Hex F9 6E BA

RGB Percentages of Color #f96eba

%45.69
%20.18
%34.13

CMYK Percentages of Color #f96eba

%0
%56
%25
%2

Triadic Colors of #f96eba

#f96eba #baf96e #6ebaf9

Analogous Colors of #f96eba

#f96eba #f96e75 #f36ef9

Monochromatic Colors of #f96eba

#f96eba

Complementary Color

#f96eba #6ef9ad

#f96eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96eba Color CSS Codes

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

#f96eba Text Font Color

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

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


#f96eba Background Color

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

This div background color is #f96eba


#f96eba Border Color

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

This div border color is #f96eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96eba

Related Colors


Comments

No comments written yet.

Please login to write comment.