Color Hex Logo

#f83361 Color Hex

#F83361
(248,51,97)
0 Favorites   0 Comments

Color spaces of #f83361

RGB 2485197
HSL0.960.930.59
HSV346°79°97°
CMYK 0.000.790.61   0.03
XYZ42.052923.187213.5684
Yxy23.18720.53360.2942
Hunter Lab48.153171.619117.0006
CIE-Lab55.264673.822722.9730

#f83361 color RGB value is (248,51,97).

#f83361 hex color red value is 248, green value is 51 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f83361 hue: 0.96 , saturation: 0.93 and the lightness value of f83361 is 0.59.

The process color (four color CMYK) of #f83361 color hex is 0.00, 0.79, 0.61, 0.03. Web safe color of #f83361 is #ff3366. Color #f83361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110011 01100001
Octal 370 63 141
Decimal 248 51 97
Hex F8 33 61

RGB Percentages of Color #f83361

%62.63
%12.88
%24.49

CMYK Percentages of Color #f83361

%0
%79
%61
%3

Triadic Colors of #f83361

#f83361 #61f833 #3361f8

Analogous Colors of #f83361

#f83361 #f86833 #f833c4

Monochromatic Colors of #f83361

#f83361

Complementary Color

#f83361 #33f8ca

#f83361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83361 Color CSS Codes

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

#f83361 Text Font Color

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

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


#f83361 Background Color

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

This div background color is #f83361


#f83361 Border Color

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

This div border color is #f83361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83361

Related Colors


Comments

No comments written yet.

Please login to write comment.