Color Hex Logo

#f964eb Color Hex

#F964EB
(249,100,235)
0 Favorites   0 Comments

Color spaces of #f964eb

RGB 249100235
HSL0.850.930.68
HSV306°60°98°
CMYK 0.000.600.06   0.02
XYZ58.619535.252282.3120
Yxy35.25220.33270.2001
Hunter Lab59.373672.3293-40.6347
CIE-Lab65.944572.3936-40.9090

#f964eb color RGB value is (249,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 11101011
Octal 371 144 353
Decimal 249 100 235
Hex F9 64 EB

RGB Percentages of Color #f964eb

%42.64
%17.12
%40.24

CMYK Percentages of Color #f964eb

%0
%60
%6
%2

Triadic Colors of #f964eb

#f964eb #ebf964 #64ebf9

Analogous Colors of #f964eb

#f964eb #f964a1 #bd64f9

Monochromatic Colors of #f964eb

#f964eb

Complementary Color

#f964eb #64f972

#f964eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f964eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f964eb Color CSS Codes

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

#f964eb Text Font Color

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

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


#f964eb Background Color

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

This div background color is #f964eb


#f964eb Border Color

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

This div border color is #f964eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f964eb


Comments

No comments written yet.

Please login to write comment.