Color Hex Logo

#ff024d Color Hex

#FF024D
(255,2,77)
0 Favorites   0 Comments

Color spaces of #ff024d

RGB 255277
HSL0.951.000.50
HSV342°99°100°
CMYK 0.000.990.70   0.00
XYZ42.601321.83928.9912
Yxy21.83920.58010.2974
Hunter Lab46.732480.938921.3055
CIE-Lab53.856081.543533.3485

#ff024d color RGB value is (255,2,77).

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

The process color (four color CMYK) of #ff024d color hex is 0.00, 0.99, 0.70, 0.00. Web safe color of #ff024d is #ff0066. Color #ff024d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 01001101
Octal 377 2 115
Decimal 255 2 77
Hex FF 2 4D

RGB Percentages of Color #ff024d

%76.35
%0.60
%23.05

CMYK Percentages of Color #ff024d

%0
%99
%70
%0

Triadic Colors of #ff024d

#ff024d #4dff02 #024dff

Analogous Colors of #ff024d

#ff024d #ff3602 #ff02cc

Monochromatic Colors of #ff024d

#ff024d

Complementary Color

#ff024d #02ffb4

#ff024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff024d Color CSS Codes

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

#ff024d Text Font Color

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

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


#ff024d Background Color

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

This div background color is #ff024d


#ff024d Border Color

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

This div border color is #ff024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff024d

Related Colors


Comments

No comments written yet.

Please login to write comment.