Color Hex Logo

#482369 Color Hex

#482369
(72,35,105)
0 Favorites   0 Comments

Color spaces of #482369

RGB 7235105
HSL0.750.500.27
HSV272°67°41°
CMYK 0.310.670.00   0.59
XYZ5.82333.599713.7525
Yxy3.59970.25130.1553
Hunter Lab18.972921.5841-29.6954
CIE-Lab22.301332.0205-34.3102

#482369 color RGB value is (72,35,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 01101001
Octal 110 43 151
Decimal 72 35 105
Hex 48 23 69

RGB Percentages of Color #482369

%33.96
%16.51
%49.53

CMYK Percentages of Color #482369

%31
%67
%0
%59

Triadic Colors of #482369

#482369 #694823 #236948

Analogous Colors of #482369

#482369 #692367 #252369

Monochromatic Colors of #482369

#482369

Complementary Color

#482369 #446923

#482369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482369 Color CSS Codes

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

#482369 Text Font Color

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

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


#482369 Background Color

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

This div background color is #482369


#482369 Border Color

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

This div border color is #482369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482369


Comments

No comments written yet.

Please login to write comment.