Color Hex Logo

#ff303e Color Hex

#FF303E
(255,48,62)
0 Favorites   0 Comments

Color spaces of #ff303e

RGB 2554862
HSL0.991.000.59
HSV356°81°100°
CMYK 0.000.810.76   0.00
XYZ43.166523.72176.8610
Yxy23.72170.58530.3217
Hunter Lab48.704972.968425.7413
CIE-Lab55.808174.814144.2206

#ff303e color RGB value is (255,48,62).

#ff303e hex color red value is 255, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ff303e hue: 0.99 , saturation: 1.00 and the lightness value of ff303e is 0.59.

The process color (four color CMYK) of #ff303e color hex is 0.00, 0.81, 0.76, 0.00. Web safe color of #ff303e is #ff3333. Color #ff303e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110000 00111110
Octal 377 60 76
Decimal 255 48 62
Hex FF 30 3E

RGB Percentages of Color #ff303e

%69.86
%13.15
%16.99

CMYK Percentages of Color #ff303e

%0
%81
%76
%0

Triadic Colors of #ff303e

#ff303e #3eff30 #303eff

Analogous Colors of #ff303e

#ff303e #ff8a30 #ff30a6

Monochromatic Colors of #ff303e

#ff303e

Complementary Color

#ff303e #30fff1

#ff303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff303e Color CSS Codes

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

#ff303e Text Font Color

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

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


#ff303e Background Color

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

This div background color is #ff303e


#ff303e Border Color

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

This div border color is #ff303e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,48,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff303e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff303e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff303e;
  box-shadow:         1px 1px 3px 2px #ff303e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,48,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff303e

Related Colors

#ff303e Color Palettes


Comments

No comments written yet.

Please login to write comment.