Color Hex Logo

#480017 Color Hex

#480017
(72,0,23)
0 Favorites   0 Comments

Color spaces of #480017

RGB 72023
HSL0.951.000.14
HSV341°100°28°
CMYK 0.001.000.68   0.72
XYZ2.82711.43960.9395
Yxy1.43960.54300.2765
Hunter Lab11.998321.06193.7563
CIE-Lab12.218833.28617.6288

#480017 color RGB value is (72,0,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000000 00010111
Octal 110 0 27
Decimal 72 0 23
Hex 48 0 17

RGB Percentages of Color #480017

%75.79
%0.00
%24.21

CMYK Percentages of Color #480017

%0
%100
%68
%72

Triadic Colors of #480017

#480017 #174800 #001748

Analogous Colors of #480017

#480017 #480d00 #48003b

Monochromatic Colors of #480017

#480017

Complementary Color

#480017 #004831

#480017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480017 Color CSS Codes

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

#480017 Text Font Color

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

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


#480017 Background Color

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

This div background color is #480017


#480017 Border Color

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

This div border color is #480017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480017


Comments

No comments written yet.

Please login to write comment.