Color Hex Logo

#f81565 Color Hex

#F81565
(248,21,101)
0 Favorites   0 Comments

Color spaces of #f81565

RGB 24821101
HSL0.940.940.53
HSV339°92°97°
CMYK 0.000.920.59   0.03
XYZ41.328521.432414.2705
Yxy21.43240.53650.2782
Hunter Lab46.295178.333614.1304
CIE-Lab53.419579.575418.0976

#f81565 color RGB value is (248,21,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010101 01100101
Octal 370 25 145
Decimal 248 21 101
Hex F8 15 65

RGB Percentages of Color #f81565

%67.03
%5.68
%27.30

CMYK Percentages of Color #f81565

%0
%92
%59
%3

Triadic Colors of #f81565

#f81565 #65f815 #1565f8

Analogous Colors of #f81565

#f81565 #f83615 #f815d7

Monochromatic Colors of #f81565

#f81565

Complementary Color

#f81565 #15f8a8

#f81565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81565 Color CSS Codes

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

#f81565 Text Font Color

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

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


#f81565 Background Color

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

This div background color is #f81565


#f81565 Border Color

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

This div border color is #f81565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81565


Comments

No comments written yet.

Please login to write comment.