Color Hex Logo

#482764 Color Hex

#482764
(72,39,100)
0 Favorites   0 Comments

Color spaces of #482764

RGB 7239100
HSL0.760.440.27
HSV272°61°39°
CMYK 0.280.610.00   0.61
XYZ5.69833.748912.4799
Yxy3.74890.25990.1710
Hunter Lab19.362118.6493-24.6621
CIE-Lab22.823328.3498-30.2142

#482764 color RGB value is (72,39,100).

#482764 hex color red value is 72, green value is 39 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #482764 hue: 0.76 , saturation: 0.44 and the lightness value of 482764 is 0.27.

The process color (four color CMYK) of #482764 color hex is 0.28, 0.61, 0.00, 0.61. Web safe color of #482764 is #333366. Color #482764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 01100100
Octal 110 47 144
Decimal 72 39 100
Hex 48 27 64

RGB Percentages of Color #482764

%34.12
%18.48
%47.39

CMYK Percentages of Color #482764

%28
%61
%0
%61

Triadic Colors of #482764

#482764 #644827 #276448

Analogous Colors of #482764

#482764 #642762 #292764

Monochromatic Colors of #482764

#482764

Complementary Color

#482764 #436427

#482764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482764 Color CSS Codes

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

#482764 Text Font Color

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

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


#482764 Background Color

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

This div background color is #482764


#482764 Border Color

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

This div border color is #482764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482764


Comments

No comments written yet.

Please login to write comment.