Color Hex Logo

#ff4029 Color Hex

#FF4029
(255,64,41)
0 Favorites   0 Comments

Color spaces of #ff4029

RGB 2556441
HSL0.021.000.58
HSV84°100°
CMYK 0.000.750.84   0.00
XYZ43.473625.08694.6488
Yxy25.08690.59380.3427
Hunter Lab50.086867.279829.5578
CIE-Lab57.160069.896156.2358

#ff4029 color RGB value is (255,64,41).

#ff4029 hex color red value is 255, green value is 64 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ff4029 hue: 0.02 , saturation: 1.00 and the lightness value of ff4029 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 00101001
Octal 377 100 51
Decimal 255 64 41
Hex FF 40 29

RGB Percentages of Color #ff4029

%70.83
%17.78
%11.39

CMYK Percentages of Color #ff4029

%0
%75
%84
%0

Triadic Colors of #ff4029

#ff4029 #29ff40 #4029ff

Analogous Colors of #ff4029

#ff4029 #ffab29 #ff297d

Monochromatic Colors of #ff4029

#ff4029

Complementary Color

#ff4029 #29e8ff

#ff4029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4029 Color CSS Codes

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

#ff4029 Text Font Color

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

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


#ff4029 Background Color

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

This div background color is #ff4029


#ff4029 Border Color

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

This div border color is #ff4029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff4029


Comments

No comments written yet.

Please login to write comment.