Color Hex Logo

#482193 Color Hex

#482193
(72,33,147)
0 Favorites   0 Comments

Color spaces of #482193

RGB 7233147
HSL0.720.630.35
HSV261°78°58°
CMYK 0.510.780.00   0.42
XYZ8.48284.572028.0392
Yxy4.57200.20640.1113
Hunter Lab21.382233.3959-62.7813
CIE-Lab25.478944.6567-55.7271

#482193 color RGB value is (72,33,147).

#482193 hex color red value is 72, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #482193 hue: 0.72 , saturation: 0.63 and the lightness value of 482193 is 0.35.

The process color (four color CMYK) of #482193 color hex is 0.51, 0.78, 0.00, 0.42. Web safe color of #482193 is #333399. Color #482193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 10010011
Octal 110 41 223
Decimal 72 33 147
Hex 48 21 93

RGB Percentages of Color #482193

%28.57
%13.10
%58.33

CMYK Percentages of Color #482193

%51
%78
%0
%42

Triadic Colors of #482193

#482193 #934821 #219348

Analogous Colors of #482193

#482193 #812193 #213393

Monochromatic Colors of #482193

#482193

Complementary Color

#482193 #6c9321

#482193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482193 Color CSS Codes

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

#482193 Text Font Color

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

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


#482193 Background Color

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

This div background color is #482193


#482193 Border Color

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

This div border color is #482193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482193


Comments

No comments written yet.

Please login to write comment.