Color Hex Logo

#482898 Color Hex

#482898
(72,40,152)
0 Favorites   0 Comments

Color spaces of #482898

RGB 7240152
HSL0.710.580.38
HSV257°74°60°
CMYK 0.530.740.00   0.40
XYZ9.09885.162330.2226
Yxy5.16230.20450.1160
Hunter Lab22.720731.7214-62.9618
CIE-Lab27.192242.5541-55.9936

#482898 color RGB value is (72,40,152).

#482898 hex color red value is 72, green value is 40 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #482898 hue: 0.71 , saturation: 0.58 and the lightness value of 482898 is 0.38.

The process color (four color CMYK) of #482898 color hex is 0.53, 0.74, 0.00, 0.40. Web safe color of #482898 is #333399. Color #482898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101000 10011000
Octal 110 50 230
Decimal 72 40 152
Hex 48 28 98

RGB Percentages of Color #482898

%27.27
%15.15
%57.58

CMYK Percentages of Color #482898

%53
%74
%0
%40

Triadic Colors of #482898

#482898 #984828 #289848

Analogous Colors of #482898

#482898 #802898 #284098

Monochromatic Colors of #482898

#482898

Complementary Color

#482898 #789828

#482898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482898 Color CSS Codes

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

#482898 Text Font Color

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

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


#482898 Background Color

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

This div background color is #482898


#482898 Border Color

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

This div border color is #482898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482898


Comments

No comments written yet.

Please login to write comment.