Color Hex Logo

#482341 Color Hex

#482341
(72,35,65)
0 Favorites   0 Comments

Color spaces of #482341

RGB 723565
HSL0.860.350.21
HSV311°51°28°
CMYK 0.000.510.10   0.72
XYZ4.22772.96145.3498
Yxy2.96140.33720.2362
Hunter Lab17.208713.7372-6.3858
CIE-Lab19.888622.4647-11.3755

#482341 color RGB value is (72,35,65).

#482341 hex color red value is 72, green value is 35 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #482341 hue: 0.86 , saturation: 0.35 and the lightness value of 482341 is 0.21.

The process color (four color CMYK) of #482341 color hex is 0.00, 0.51, 0.10, 0.72. Web safe color of #482341 is #333333. Color #482341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 01000001
Octal 110 43 101
Decimal 72 35 65
Hex 48 23 41

RGB Percentages of Color #482341

%41.86
%20.35
%37.79

CMYK Percentages of Color #482341

%0
%51
%10
%72

Triadic Colors of #482341

#482341 #414823 #234148

Analogous Colors of #482341

#482341 #48232f #3d2348

Monochromatic Colors of #482341

#482341

Complementary Color

#482341 #23482a

#482341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482341 Color CSS Codes

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

#482341 Text Font Color

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

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


#482341 Background Color

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

This div background color is #482341


#482341 Border Color

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

This div border color is #482341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482341


Comments

No comments written yet.

Please login to write comment.