Color Hex Logo

#483296 Color Hex

#483296
(72,50,150)
0 Favorites   0 Comments

Color spaces of #483296

RGB 7250150
HSL0.700.500.39
HSV253°67°59°
CMYK 0.520.670.00   0.41
XYZ9.31815.860929.4943
Yxy5.86090.20860.1312
Hunter Lab24.209326.3380-55.2868
CIE-Lab29.058836.3318-51.7189

#483296 color RGB value is (72,50,150).

#483296 hex color red value is 72, green value is 50 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #483296 hue: 0.70 , saturation: 0.50 and the lightness value of 483296 is 0.39.

The process color (four color CMYK) of #483296 color hex is 0.52, 0.67, 0.00, 0.41. Web safe color of #483296 is #333399. Color #483296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 10010110
Octal 110 62 226
Decimal 72 50 150
Hex 48 32 96

RGB Percentages of Color #483296

%26.47
%18.38
%55.15

CMYK Percentages of Color #483296

%52
%67
%0
%41

Triadic Colors of #483296

#483296 #964832 #329648

Analogous Colors of #483296

#483296 #7a3296 #324e96

Monochromatic Colors of #483296

#483296

Complementary Color

#483296 #809632

#483296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483296 Color CSS Codes

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

#483296 Text Font Color

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

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


#483296 Background Color

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

This div background color is #483296


#483296 Border Color

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

This div border color is #483296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483296


Comments

No comments written yet.

Please login to write comment.