Color Hex Logo

#484cae Color Hex

#484CAE
(72,76,174)
0 Favorites   0 Comments

Color spaces of #484cae

RGB 7276174
HSL0.660.410.48
HSV238°59°68°
CMYK 0.590.560.00   0.32
XYZ12.89699.602641.2181
Yxy9.60260.20240.1507
Hunter Lab30.988120.0607-57.1717
CIE-Lab37.119527.9689-53.0937

#484cae color RGB value is (72,76,174).

#484cae hex color red value is 72, green value is 76 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #484cae hue: 0.66 , saturation: 0.41 and the lightness value of 484cae is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 10101110
Octal 110 114 256
Decimal 72 76 174
Hex 48 4C AE

RGB Percentages of Color #484cae

%22.36
%23.60
%54.04

CMYK Percentages of Color #484cae

%59
%56
%0
%32

Triadic Colors of #484cae

#484cae #ae484c #4cae48

Analogous Colors of #484cae

#484cae #7748ae #487fae

Monochromatic Colors of #484cae

#484cae

Complementary Color

#484cae #aeaa48

#484cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#484cae Color CSS Codes

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

#484cae Text Font Color

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

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


#484cae Background Color

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

This div background color is #484cae


#484cae Border Color

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

This div border color is #484cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,76,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 #484cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484cae


Comments

No comments written yet.

Please login to write comment.