Color Hex Logo

#f98385 Color Hex

#F98385
(249,131,133)
0 Favorites   0 Comments

Color spaces of #f98385

RGB 249131133
HSL1.000.910.75
HSV359°47°98°
CMYK 0.000.470.47   0.02
XYZ51.416938.065826.8278
Yxy38.06580.44210.3273
Hunter Lab61.697540.786117.4073
CIE-Lab68.069145.037819.5638

#f98385 color RGB value is (249,131,133).

#f98385 hex color red value is 249, green value is 131 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f98385 hue: 1.00 , saturation: 0.91 and the lightness value of f98385 is 0.75.

The process color (four color CMYK) of #f98385 color hex is 0.00, 0.47, 0.47, 0.02. Web safe color of #f98385 is #ff9999. Color #f98385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 10000101
Octal 371 203 205
Decimal 249 131 133
Hex F9 83 85

RGB Percentages of Color #f98385

%48.54
%25.54
%25.93

CMYK Percentages of Color #f98385

%0
%47
%47
%2

Triadic Colors of #f98385

#f98385 #85f983 #8385f9

Analogous Colors of #f98385

#f98385 #f9bc83 #f983c0

Monochromatic Colors of #f98385

#f98385

Complementary Color

#f98385 #83f9f7

#f98385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98385 Color CSS Codes

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

#f98385 Text Font Color

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

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


#f98385 Background Color

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

This div background color is #f98385


#f98385 Border Color

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

This div border color is #f98385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98385


Comments

No comments written yet.

Please login to write comment.