Color Hex Logo

#3a356b Color Hex

#3A356B
(58,53,107)
0 Favorites   0 Comments

Color spaces of #3a356b

RGB 5853107
HSL0.680.340.31
HSV246°50°42°
CMYK 0.460.500.00   0.58
XYZ5.67194.507314.4810
Yxy4.50730.23000.1828
Hunter Lab21.230410.5347-25.5797
CIE-Lab25.282317.4482-30.9120

#3a356b color RGB value is (58,53,107).

#3a356b hex color red value is 58, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #3a356b hue: 0.68 , saturation: 0.34 and the lightness value of 3a356b is 0.31.

The process color (four color CMYK) of #3a356b color hex is 0.46, 0.50, 0.00, 0.58. Web safe color of #3a356b is #333366. Color #3a356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00110101 01101011
Octal 72 65 153
Decimal 58 53 107
Hex 3A 35 6B

RGB Percentages of Color #3a356b

%26.61
%24.31
%49.08

CMYK Percentages of Color #3a356b

%46
%50
%0
%58

Triadic Colors of #3a356b

#3a356b #6b3a35 #356b3a

Analogous Colors of #3a356b

#3a356b #55356b #354b6b

Monochromatic Colors of #3a356b

#3a356b

Complementary Color

#3a356b #666b35

#3a356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a356b Color CSS Codes

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

#3a356b Text Font Color

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

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


#3a356b Background Color

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

This div background color is #3a356b


#3a356b Border Color

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

This div border color is #3a356b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,53,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a356b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a356b;
  -webkit-box-shadow: 1px 1px 3px 2px #3a356b;
  box-shadow:         1px 1px 3px 2px #3a356b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,53,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a356b


Comments

No comments written yet.

Please login to write comment.