Color Hex Logo

#f966eb Color Hex

#F966EB
(249,102,235)
0 Favorites   0 Comments

Color spaces of #f966eb

RGB 249102235
HSL0.850.920.69
HSV306°59°98°
CMYK 0.000.590.06   0.02
XYZ58.813735.640682.3768
Yxy35.64060.33260.2016
Hunter Lab59.699771.3762-40.0216
CIE-Lab66.244471.5707-40.4398

#f966eb color RGB value is (249,102,235).

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

The process color (four color CMYK) of #f966eb color hex is 0.00, 0.59, 0.06, 0.02. Web safe color of #f966eb is #ff66ff. Color #f966eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 11101011
Octal 371 146 353
Decimal 249 102 235
Hex F9 66 EB

RGB Percentages of Color #f966eb

%42.49
%17.41
%40.10

CMYK Percentages of Color #f966eb

%0
%59
%6
%2

Triadic Colors of #f966eb

#f966eb #ebf966 #66ebf9

Analogous Colors of #f966eb

#f966eb #f966a2 #be66f9

Monochromatic Colors of #f966eb

#f966eb

Complementary Color

#f966eb #66f974

#f966eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f966eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f966eb Color CSS Codes

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

#f966eb Text Font Color

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

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


#f966eb Background Color

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

This div background color is #f966eb


#f966eb Border Color

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

This div border color is #f966eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f966eb


Comments

No comments written yet.

Please login to write comment.