Color Hex Logo

#ff484a Color Hex

#FF484A
(255,72,74)
0 Favorites   0 Comments

Color spaces of #ff484a

RGB 2557274
HSL1.001.000.64
HSV359°72°100°
CMYK 0.000.720.71   0.00
XYZ44.793426.38919.2113
Yxy26.38910.55720.3282
Hunter Lab51.370365.748725.3278
CIE-Lab58.404668.391340.4859

#ff484a color RGB value is (255,72,74).

#ff484a hex color red value is 255, green value is 72 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ff484a hue: 1.00 , saturation: 1.00 and the lightness value of ff484a is 0.64.

The process color (four color CMYK) of #ff484a color hex is 0.00, 0.72, 0.71, 0.00. Web safe color of #ff484a is #ff3333. Color #ff484a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001000 01001010
Octal 377 110 112
Decimal 255 72 74
Hex FF 48 4A

RGB Percentages of Color #ff484a

%63.59
%17.96
%18.45

CMYK Percentages of Color #ff484a

%0
%72
%71
%0

Triadic Colors of #ff484a

#ff484a #4aff48 #484aff

Analogous Colors of #ff484a

#ff484a #ffa248 #ff48a6

Monochromatic Colors of #ff484a

#ff484a

Complementary Color

#ff484a #48fffd

#ff484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff484a Color CSS Codes

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

#ff484a Text Font Color

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

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


#ff484a Background Color

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

This div background color is #ff484a


#ff484a Border Color

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

This div border color is #ff484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff484a


Comments

No comments written yet.

Please login to write comment.