Color Hex Logo

#f81168 Color Hex

#F81168
(248,17,104)
0 Favorites   0 Comments

Color spaces of #f81168

RGB 24817104
HSL0.940.940.52
HSV337°93°97°
CMYK 0.000.930.58   0.03
XYZ41.410521.356815.0364
Yxy21.35680.53220.2745
Hunter Lab46.213479.075213.0583
CIE-Lab53.337880.178016.1708

#f81168 color RGB value is (248,17,104).

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

The process color (four color CMYK) of #f81168 color hex is 0.00, 0.93, 0.58, 0.03. Web safe color of #f81168 is #ff0066. Color #f81168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010001 01101000
Octal 370 21 150
Decimal 248 17 104
Hex F8 11 68

RGB Percentages of Color #f81168

%67.21
%4.61
%28.18

CMYK Percentages of Color #f81168

%0
%93
%58
%3

Triadic Colors of #f81168

#f81168 #68f811 #1168f8

Analogous Colors of #f81168

#f81168 #f82e11 #f811dc

Monochromatic Colors of #f81168

#f81168

Complementary Color

#f81168 #11f8a1

#f81168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81168 Color CSS Codes

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

#f81168 Text Font Color

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

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


#f81168 Background Color

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

This div background color is #f81168


#f81168 Border Color

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

This div border color is #f81168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81168

Related Colors


Comments

No comments written yet.

Please login to write comment.