Color Hex Logo

#482cae Color Hex

#482CAE
(72,44,174)
0 Favorites   0 Comments

Color spaces of #482cae

RGB 7244174
HSL0.700.600.43
HSV253°75°68°
CMYK 0.590.750.00   0.32
XYZ11.21326.235140.6569
Yxy6.23510.19300.1073
Hunter Lab24.970236.4600-79.0579
CIE-Lab29.998046.9590-64.7126

#482cae color RGB value is (72,44,174).

#482cae hex color red value is 72, green value is 44 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #482cae hue: 0.70 , saturation: 0.60 and the lightness value of 482cae is 0.43.

The process color (four color CMYK) of #482cae color hex is 0.59, 0.75, 0.00, 0.32. Web safe color of #482cae is #333399. Color #482cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101100 10101110
Octal 110 54 256
Decimal 72 44 174
Hex 48 2C AE

RGB Percentages of Color #482cae

%24.83
%15.17
%60.00

CMYK Percentages of Color #482cae

%59
%75
%0
%32

Triadic Colors of #482cae

#482cae #ae482c #2cae48

Analogous Colors of #482cae

#482cae #892cae #2c51ae

Monochromatic Colors of #482cae

#482cae

Complementary Color

#482cae #92ae2c

#482cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#482cae Color CSS Codes

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

#482cae Text Font Color

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

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


#482cae Background Color

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

This div background color is #482cae


#482cae Border Color

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

This div border color is #482cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,44,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482cae;
  -webkit-box-shadow: 1px 1px 3px 2px #482cae;
  box-shadow:         1px 1px 3px 2px #482cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482cae


Comments

No comments written yet.

Please login to write comment.