Color Hex Logo

#f15362 Color Hex

#F15362
(241,83,98)
1 Favorites   0 Comments

Color spaces of #f15362

RGB 2418398
HSL0.980.850.64
HSV354°66°95°
CMYK 0.000.660.59   0.05
XYZ41.573525.769114.3380
Yxy25.76910.50900.3155
Hunter Lab50.763357.350118.7879
CIE-Lab57.817261.366825.5199

#f15362 color RGB value is (241,83,98).

#f15362 hex color red value is 241, green value is 83 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #f15362 hue: 0.98 , saturation: 0.85 and the lightness value of f15362 is 0.64.

The process color (four color CMYK) of #f15362 color hex is 0.00, 0.66, 0.59, 0.05. Web safe color of #f15362 is #ff6666. Color #f15362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010011 01100010
Octal 361 123 142
Decimal 241 83 98
Hex F1 53 62

RGB Percentages of Color #f15362

%57.11
%19.67
%23.22

CMYK Percentages of Color #f15362

%0
%66
%59
%5

Triadic Colors of #f15362

#f15362 #62f153 #5362f1

Analogous Colors of #f15362

#f15362 #f19353 #f153b1

Monochromatic Colors of #f15362

#f15362

Complementary Color

#f15362 #53f1e2

#f15362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15362 Color CSS Codes

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

#f15362 Text Font Color

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

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


#f15362 Background Color

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

This div background color is #f15362


#f15362 Border Color

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

This div border color is #f15362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15362


Comments

No comments written yet.

Please login to write comment.