Color Hex Logo

#46308f Color Hex

#46308F
(70,48,143)
0 Favorites   0 Comments

Color spaces of #46308f

RGB 7048143
HSL0.710.500.37
HSV254°66°56°
CMYK 0.510.660.00   0.44
XYZ8.54075.399226.5786
Yxy5.39920.21080.1333
Hunter Lab23.236224.9462-51.5533
CIE-Lab27.843134.9732-49.4019

#46308f color RGB value is (70,48,143).

#46308f hex color red value is 70, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #46308f hue: 0.71 , saturation: 0.50 and the lightness value of 46308f is 0.37.

The process color (four color CMYK) of #46308f color hex is 0.51, 0.66, 0.00, 0.44. Web safe color of #46308f is #333399. Color #46308f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110000 10001111
Octal 106 60 217
Decimal 70 48 143
Hex 46 30 8F

RGB Percentages of Color #46308f

%26.82
%18.39
%54.79

CMYK Percentages of Color #46308f

%51
%66
%0
%44

Triadic Colors of #46308f

#46308f #8f4630 #308f46

Analogous Colors of #46308f

#46308f #76308f #304a8f

Monochromatic Colors of #46308f

#46308f

Complementary Color

#46308f #798f30

#46308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46308f Color CSS Codes

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

#46308f Text Font Color

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

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


#46308f Background Color

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

This div background color is #46308f


#46308f Border Color

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

This div border color is #46308f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,48,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46308f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46308f;
  -webkit-box-shadow: 1px 1px 3px 2px #46308f;
  box-shadow:         1px 1px 3px 2px #46308f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,48,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46308f


Comments

No comments written yet.

Please login to write comment.