Color Hex Logo

#f26859 Color Hex

#F26859
(242,104,89)
0 Favorites   0 Comments

Color spaces of #f26859

RGB 24210489
HSL0.020.850.65
HSV63°95°
CMYK 0.000.570.63   0.05
XYZ43.371429.499112.8592
Yxy29.49910.50590.3441
Hunter Lab54.313147.492323.9816
CIE-Lab61.219652.095735.0119

#f26859 color RGB value is (242,104,89).

#f26859 hex color red value is 242, green value is 104 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #f26859 hue: 0.02 , saturation: 0.85 and the lightness value of f26859 is 0.65.

The process color (four color CMYK) of #f26859 color hex is 0.00, 0.57, 0.63, 0.05. Web safe color of #f26859 is #ff6666. Color #f26859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101000 01011001
Octal 362 150 131
Decimal 242 104 89
Hex F2 68 59

RGB Percentages of Color #f26859

%55.63
%23.91
%20.46

CMYK Percentages of Color #f26859

%0
%57
%63
%5

Triadic Colors of #f26859

#f26859 #59f268 #6859f2

Analogous Colors of #f26859

#f26859 #f2b559 #f25997

Monochromatic Colors of #f26859

#f26859

Complementary Color

#f26859 #59e3f2

#f26859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26859 Color CSS Codes

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

#f26859 Text Font Color

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

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


#f26859 Background Color

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

This div background color is #f26859


#f26859 Border Color

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

This div border color is #f26859


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,104,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f26859; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f26859;
  -webkit-box-shadow: 1px 1px 3px 2px #f26859;
  box-shadow:         1px 1px 3px 2px #f26859; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,104,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26859


Comments

No comments written yet.

Please login to write comment.