Color Hex Logo

#fa2935 Color Hex

#FA2935
(250,41,53)
0 Favorites   0 Comments

Color spaces of #fa2935

RGB 2504153
HSL0.990.950.57
HSV357°84°98°
CMYK 0.000.840.79   0.02
XYZ40.859922.16695.4932
Yxy22.16690.59630.3235
Hunter Lab47.081772.518226.0396
CIE-Lab54.203674.758547.1395

#fa2935 color RGB value is (250,41,53).

#fa2935 hex color red value is 250, green value is 41 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #fa2935 hue: 0.99 , saturation: 0.95 and the lightness value of fa2935 is 0.57.

The process color (four color CMYK) of #fa2935 color hex is 0.00, 0.84, 0.79, 0.02. Web safe color of #fa2935 is #ff3333. Color #fa2935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 00110101
Octal 372 51 65
Decimal 250 41 53
Hex FA 29 35

RGB Percentages of Color #fa2935

%72.67
%11.92
%15.41

CMYK Percentages of Color #fa2935

%0
%84
%79
%2

Triadic Colors of #fa2935

#fa2935 #35fa29 #2935fa

Analogous Colors of #fa2935

#fa2935 #fa8629 #fa299e

Monochromatic Colors of #fa2935

#fa2935

Complementary Color

#fa2935 #29faee

#fa2935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2935 Color CSS Codes

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

#fa2935 Text Font Color

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

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


#fa2935 Background Color

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

This div background color is #fa2935


#fa2935 Border Color

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

This div border color is #fa2935


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,41,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa2935; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa2935;
  -webkit-box-shadow: 1px 1px 3px 2px #fa2935;
  box-shadow:         1px 1px 3px 2px #fa2935; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,41,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2935

Related Colors


Comments

No comments written yet.

Please login to write comment.