Color Hex Logo

#f08558 Color Hex

#F08558
(240,133,88)
0 Favorites   0 Comments

Color spaces of #f08558

RGB 24013388
HSL0.050.840.64
HSV18°63°94°
CMYK 0.000.450.63   0.06
XYZ46.084236.004913.7533
Yxy36.00490.48080.3757
Hunter Lab60.004132.084028.4132
CIE-Lab66.523737.097341.9334

#f08558 color RGB value is (240,133,88).

#f08558 hex color red value is 240, green value is 133 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f08558 hue: 0.05 , saturation: 0.84 and the lightness value of f08558 is 0.64.

The process color (four color CMYK) of #f08558 color hex is 0.00, 0.45, 0.63, 0.06. Web safe color of #f08558 is #ff9966. Color #f08558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000101 01011000
Octal 360 205 130
Decimal 240 133 88
Hex F0 85 58

RGB Percentages of Color #f08558

%52.06
%28.85
%19.09

CMYK Percentages of Color #f08558

%0
%45
%63
%6

Triadic Colors of #f08558

#f08558 #58f085 #8558f0

Analogous Colors of #f08558

#f08558 #f0d158 #f05877

Monochromatic Colors of #f08558

#f08558

Complementary Color

#f08558 #58c3f0

#f08558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08558 Color CSS Codes

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

#f08558 Text Font Color

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

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


#f08558 Background Color

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

This div background color is #f08558


#f08558 Border Color

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

This div border color is #f08558


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,133,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f08558; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f08558;
  -webkit-box-shadow: 1px 1px 3px 2px #f08558;
  box-shadow:         1px 1px 3px 2px #f08558; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,133,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08558


Comments

No comments written yet.

Please login to write comment.