Color Hex Logo

#f91068 Color Hex

#F91068
(249,16,104)
0 Favorites   0 Comments

Color spaces of #f91068

RGB 24916104
HSL0.940.950.52
HSV337°94°98°
CMYK 0.000.940.58   0.02
XYZ41.750921.509815.0480
Yxy21.50980.53320.2747
Hunter Lab46.378779.526213.2279
CIE-Lab53.503080.501816.4290

#f91068 color RGB value is (249,16,104).

#f91068 hex color red value is 249, green value is 16 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f91068 hue: 0.94 , saturation: 0.95 and the lightness value of f91068 is 0.52.

The process color (four color CMYK) of #f91068 color hex is 0.00, 0.94, 0.58, 0.02. Web safe color of #f91068 is #ff0066. Color #f91068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01101000
Octal 371 20 150
Decimal 249 16 104
Hex F9 10 68

RGB Percentages of Color #f91068

%67.48
%4.34
%28.18

CMYK Percentages of Color #f91068

%0
%94
%58
%2

Triadic Colors of #f91068

#f91068 #68f910 #1068f9

Analogous Colors of #f91068

#f91068 #f92d10 #f910dd

Monochromatic Colors of #f91068

#f91068

Complementary Color

#f91068 #10f9a1

#f91068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91068 Color CSS Codes

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

#f91068 Text Font Color

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

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


#f91068 Background Color

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

This div background color is #f91068


#f91068 Border Color

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

This div border color is #f91068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91068


Comments

No comments written yet.

Please login to write comment.