Color Hex Logo

#ff5002 Color Hex

#FF5002
(255,80,2)
0 Favorites   0 Comments

Color spaces of #ff5002

RGB 255802
HSL0.051.000.50
HSV18°99°100°
CMYK 0.000.690.99   0.00
XYZ44.119627.00172.9439
Yxy27.00170.59570.3646
Hunter Lab51.963260.620933.0152
CIE-Lab58.975963.967769.2412

#ff5002 color RGB value is (255,80,2).

#ff5002 hex color red value is 255, green value is 80 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ff5002 hue: 0.05 , saturation: 1.00 and the lightness value of ff5002 is 0.50.

The process color (four color CMYK) of #ff5002 color hex is 0.00, 0.69, 0.99, 0.00. Web safe color of #ff5002 is #ff6600. Color #ff5002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 00000010
Octal 377 120 2
Decimal 255 80 2
Hex FF 50 2

RGB Percentages of Color #ff5002

%75.67
%23.74
%0.59

CMYK Percentages of Color #ff5002

%0
%69
%99
%0

Triadic Colors of #ff5002

#ff5002 #02ff50 #5002ff

Analogous Colors of #ff5002

#ff5002 #ffcf02 #ff0232

Monochromatic Colors of #ff5002

#ff5002

Complementary Color

#ff5002 #02b1ff

#ff5002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5002 Color CSS Codes

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

#ff5002 Text Font Color

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

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


#ff5002 Background Color

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

This div background color is #ff5002


#ff5002 Border Color

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

This div border color is #ff5002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5002


Comments

No comments written yet.

Please login to write comment.