Color Hex Logo

#483886 Color Hex

#483886
(72,56,134)
0 Favorites   0 Comments

Color spaces of #483886

RGB 7256134
HSL0.700.410.37
HSV252°58°53°
CMYK 0.460.580.00   0.47
XYZ8.38975.927323.2562
Yxy5.92730.22330.1578
Hunter Lab24.346018.9059-39.5937
CIE-Lab29.228327.6748-41.5720

#483886 color RGB value is (72,56,134).

#483886 hex color red value is 72, green value is 56 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #483886 hue: 0.70 , saturation: 0.41 and the lightness value of 483886 is 0.37.

The process color (four color CMYK) of #483886 color hex is 0.46, 0.58, 0.00, 0.47. Web safe color of #483886 is #333399. Color #483886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 10000110
Octal 110 70 206
Decimal 72 56 134
Hex 48 38 86

RGB Percentages of Color #483886

%27.48
%21.37
%51.15

CMYK Percentages of Color #483886

%46
%58
%0
%47

Triadic Colors of #483886

#483886 #864838 #388648

Analogous Colors of #483886

#483886 #6f3886 #384f86

Monochromatic Colors of #483886

#483886

Complementary Color

#483886 #768638

#483886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483886 Color CSS Codes

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

#483886 Text Font Color

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

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


#483886 Background Color

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

This div background color is #483886


#483886 Border Color

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

This div border color is #483886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483886


Comments

No comments written yet.

Please login to write comment.