Color Hex Logo

#f81165 Color Hex

#F81165
(248,17,101)
0 Favorites   0 Comments

Color spaces of #f81165

RGB 24817101
HSL0.940.940.52
HSV338°93°97°
CMYK 0.000.930.59   0.03
XYZ41.260821.296914.2480
Yxy21.29690.53720.2773
Hunter Lab46.148678.834413.9987
CIE-Lab53.272980.000417.8982

#f81165 color RGB value is (248,17,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010001 01100101
Octal 370 21 145
Decimal 248 17 101
Hex F8 11 65

RGB Percentages of Color #f81165

%67.76
%4.64
%27.60

CMYK Percentages of Color #f81165

%0
%93
%59
%3

Triadic Colors of #f81165

#f81165 #65f811 #1165f8

Analogous Colors of #f81165

#f81165 #f83111 #f811d9

Monochromatic Colors of #f81165

#f81165

Complementary Color

#f81165 #11f8a4

#f81165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81165 Color CSS Codes

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

#f81165 Text Font Color

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

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


#f81165 Background Color

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

This div background color is #f81165


#f81165 Border Color

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

This div border color is #f81165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,17,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81165

Related Colors


Comments

No comments written yet.

Please login to write comment.