Color Hex Logo

#ff0048 Color Hex

#FF0048
(255,0,72)
1 Favorites   0 Comments

Color spaces of #ff0048

RGB 255072
HSL0.951.000.50
HSV343°100°100°
CMYK 0.001.000.72   0.00
XYZ42.409721.72798.0896
Yxy21.72790.58720.3008
Hunter Lab46.613280.830122.3396
CIE-Lab53.737181.481436.1578

#ff0048 color RGB value is (255,0,72).

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

The process color (four color CMYK) of #ff0048 color hex is 0.00, 1.00, 0.72, 0.00. Web safe color of #ff0048 is #ff0033. Color #ff0048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 01001000
Octal 377 0 110
Decimal 255 0 72
Hex FF 0 48

RGB Percentages of Color #ff0048

%77.98
%0.00
%22.02

CMYK Percentages of Color #ff0048

%0
%100
%72
%0

Triadic Colors of #ff0048

#ff0048 #48ff00 #0048ff

Analogous Colors of #ff0048

#ff0048 #ff3800 #ff00c8

Monochromatic Colors of #ff0048

#ff0048

Complementary Color

#ff0048 #00ffb7

#ff0048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0048 Color CSS Codes

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

#ff0048 Text Font Color

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

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


#ff0048 Background Color

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

This div background color is #ff0048


#ff0048 Border Color

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

This div border color is #ff0048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0048


Comments

No comments written yet.

Please login to write comment.