Color Hex Logo

#482368 Color Hex

#482368
(72,35,104)
0 Favorites   0 Comments

Color spaces of #482368

RGB 7235104
HSL0.760.500.27
HSV272°66°41°
CMYK 0.310.660.00   0.59
XYZ5.77223.579313.4833
Yxy3.57930.25280.1567
Hunter Lab18.919021.3520-29.0117
CIE-Lab22.228831.7547-33.7761

#482368 color RGB value is (72,35,104).

#482368 hex color red value is 72, green value is 35 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #482368 hue: 0.76 , saturation: 0.50 and the lightness value of 482368 is 0.27.

The process color (four color CMYK) of #482368 color hex is 0.31, 0.66, 0.00, 0.59. Web safe color of #482368 is #333366. Color #482368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 01101000
Octal 110 43 150
Decimal 72 35 104
Hex 48 23 68

RGB Percentages of Color #482368

%34.12
%16.59
%49.29

CMYK Percentages of Color #482368

%31
%66
%0
%59

Triadic Colors of #482368

#482368 #684823 #236848

Analogous Colors of #482368

#482368 #682366 #262368

Monochromatic Colors of #482368

#482368

Complementary Color

#482368 #436823

#482368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482368 Color CSS Codes

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

#482368 Text Font Color

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

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


#482368 Background Color

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

This div background color is #482368


#482368 Border Color

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

This div border color is #482368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482368


Comments

No comments written yet.

Please login to write comment.