Color Hex Logo

#f95054 Color Hex

#F95054
(249,80,84)
0 Favorites   0 Comments

Color spaces of #f95054

RGB 2498084
HSL1.000.930.65
HSV359°68°98°
CMYK 0.000.680.66   0.02
XYZ43.535826.517211.2112
Yxy26.51720.53570.3263
Hunter Lab51.494960.795023.1381
CIE-Lab58.524864.197234.7504

#f95054 color RGB value is (249,80,84).

#f95054 hex color red value is 249, green value is 80 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f95054 hue: 1.00 , saturation: 0.93 and the lightness value of f95054 is 0.65.

The process color (four color CMYK) of #f95054 color hex is 0.00, 0.68, 0.66, 0.02. Web safe color of #f95054 is #ff6666. Color #f95054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010000 01010100
Octal 371 120 124
Decimal 249 80 84
Hex F9 50 54

RGB Percentages of Color #f95054

%60.29
%19.37
%20.34

CMYK Percentages of Color #f95054

%0
%68
%66
%2

Triadic Colors of #f95054

#f95054 #54f950 #5054f9

Analogous Colors of #f95054

#f95054 #f9a150 #f950a9

Monochromatic Colors of #f95054

#f95054

Complementary Color

#f95054 #50f9f5

#f95054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95054 Color CSS Codes

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

#f95054 Text Font Color

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

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


#f95054 Background Color

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

This div background color is #f95054


#f95054 Border Color

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

This div border color is #f95054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95054


Comments

No comments written yet.

Please login to write comment.