Color Hex Logo

#484394 Color Hex

#484394
(72,67,148)
0 Favorites   0 Comments

Color spaces of #484394

RGB 7267148
HSL0.680.380.42
HSV244°55°58°
CMYK 0.510.550.00   0.42
XYZ10.02497.530128.9421
Yxy7.53010.21560.1619
Hunter Lab27.441017.1888-43.3245
CIE-Lab32.984525.0986-44.1378

#484394 color RGB value is (72,67,148).

#484394 hex color red value is 72, green value is 67 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #484394 hue: 0.68 , saturation: 0.38 and the lightness value of 484394 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 10010100
Octal 110 103 224
Decimal 72 67 148
Hex 48 43 94

RGB Percentages of Color #484394

%25.09
%23.34
%51.57

CMYK Percentages of Color #484394

%51
%55
%0
%42

Triadic Colors of #484394

#484394 #944843 #439448

Analogous Colors of #484394

#484394 #714394 #436794

Monochromatic Colors of #484394

#484394

Complementary Color

#484394 #8f9443

#484394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484394 Color CSS Codes

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

#484394 Text Font Color

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

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


#484394 Background Color

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

This div background color is #484394


#484394 Border Color

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

This div border color is #484394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484394

#484394 Color Palettes


Comments

No comments written yet.

Please login to write comment.