Color Hex Logo

#f3585f Color Hex

#F3585F
(243,88,95)
0 Favorites   0 Comments

Color spaces of #f3585f

RGB 2438895
HSL0.990.870.65
HSV357°64°95°
CMYK 0.000.640.61   0.05
XYZ42.517426.860413.7701
Yxy26.86040.51130.3230
Hunter Lab51.827055.739020.5259
CIE-Lab58.844959.788228.6532

#f3585f color RGB value is (243,88,95).

#f3585f hex color red value is 243, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f3585f hue: 0.99 , saturation: 0.87 and the lightness value of f3585f is 0.65.

The process color (four color CMYK) of #f3585f color hex is 0.00, 0.64, 0.61, 0.05. Web safe color of #f3585f is #ff6666. Color #f3585f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011000 01011111
Octal 363 130 137
Decimal 243 88 95
Hex F3 58 5F

RGB Percentages of Color #f3585f

%57.04
%20.66
%22.30

CMYK Percentages of Color #f3585f

%0
%64
%61
%5

Triadic Colors of #f3585f

#f3585f #5ff358 #585ff3

Analogous Colors of #f3585f

#f3585f #f39f58 #f358ad

Monochromatic Colors of #f3585f

#f3585f

Complementary Color

#f3585f #58f3ec

#f3585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3585f Color CSS Codes

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

#f3585f Text Font Color

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

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


#f3585f Background Color

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

This div background color is #f3585f


#f3585f Border Color

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

This div border color is #f3585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3585f


Comments

No comments written yet.

Please login to write comment.