Color Hex Logo

#f81370 Color Hex

#F81370
(248,19,112)
0 Favorites   0 Comments

Color spaces of #f81370

RGB 24819112
HSL0.930.940.52
HSV336°92°97°
CMYK 0.000.920.55   0.03
XYZ41.868921.592117.2902
Yxy21.59210.51850.2674
Hunter Lab46.467379.517910.4657
CIE-Lab53.591580.477911.6817

#f81370 color RGB value is (248,19,112).

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

The process color (four color CMYK) of #f81370 color hex is 0.00, 0.92, 0.55, 0.03. Web safe color of #f81370 is #ff0066. Color #f81370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010011 01110000
Octal 370 23 160
Decimal 248 19 112
Hex F8 13 70

RGB Percentages of Color #f81370

%65.44
%5.01
%29.55

CMYK Percentages of Color #f81370

%0
%92
%55
%3

Triadic Colors of #f81370

#f81370 #70f813 #1370f8

Analogous Colors of #f81370

#f81370 #f82913 #f813e3

Monochromatic Colors of #f81370

#f81370

Complementary Color

#f81370 #13f89b

#f81370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81370 Color CSS Codes

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

#f81370 Text Font Color

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

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


#f81370 Background Color

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

This div background color is #f81370


#f81370 Border Color

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

This div border color is #f81370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81370


Comments

No comments written yet.

Please login to write comment.