Color Hex Logo

#f13851 Color Hex

#F13851
(241,56,81)
0 Favorites   0 Comments

Color spaces of #f13851

RGB 2415681
HSL0.980.870.58
HSV352°77°95°
CMYK 0.000.770.66   0.05
XYZ39.175022.12329.9900
Yxy22.12320.54950.3103
Hunter Lab47.035366.358220.3319
CIE-Lab54.157569.697530.7559

#f13851 color RGB value is (241,56,81).

#f13851 hex color red value is 241, green value is 56 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f13851 hue: 0.98 , saturation: 0.87 and the lightness value of f13851 is 0.58.

The process color (four color CMYK) of #f13851 color hex is 0.00, 0.77, 0.66, 0.05. Web safe color of #f13851 is #ff3366. Color #f13851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111000 01010001
Octal 361 70 121
Decimal 241 56 81
Hex F1 38 51

RGB Percentages of Color #f13851

%63.76
%14.81
%21.43

CMYK Percentages of Color #f13851

%0
%77
%66
%5

Triadic Colors of #f13851

#f13851 #51f138 #3851f1

Analogous Colors of #f13851

#f13851 #f17c38 #f138ae

Monochromatic Colors of #f13851

#f13851

Complementary Color

#f13851 #38f1d8

#f13851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13851 Color CSS Codes

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

#f13851 Text Font Color

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

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


#f13851 Background Color

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

This div background color is #f13851


#f13851 Border Color

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

This div border color is #f13851


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,56,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f13851; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f13851;
  -webkit-box-shadow: 1px 1px 3px 2px #f13851;
  box-shadow:         1px 1px 3px 2px #f13851; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,56,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13851


Comments

No comments written yet.

Please login to write comment.