Color Hex Logo

#3a618a Color Hex

#3A618A
(58,97,138)
0 Favorites   0 Comments

Color spaces of #3a618a

RGB 5897138
HSL0.590.410.38
HSV211°58°54°
CMYK 0.580.300.00   0.46
XYZ10.607111.283925.6637
Yxy11.28390.22310.2373
Hunter Lab33.5915-2.4207-21.7831
CIE-Lab40.0546-0.8887-26.8967

#3a618a color RGB value is (58,97,138).

#3a618a hex color red value is 58, green value is 97 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3a618a hue: 0.59 , saturation: 0.41 and the lightness value of 3a618a is 0.38.

The process color (four color CMYK) of #3a618a color hex is 0.58, 0.30, 0.00, 0.46. Web safe color of #3a618a is #336699. Color #3a618a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100001 10001010
Octal 72 141 212
Decimal 58 97 138
Hex 3A 61 8A

RGB Percentages of Color #3a618a

%19.80
%33.11
%47.10

CMYK Percentages of Color #3a618a

%58
%30
%0
%46

Triadic Colors of #3a618a

#3a618a #8a3a61 #618a3a

Analogous Colors of #3a618a

#3a618a #3b3a8a #3a898a

Monochromatic Colors of #3a618a

#3a618a

Complementary Color

#3a618a #8a633a

#3a618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a618a Color CSS Codes

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

#3a618a Text Font Color

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

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


#3a618a Background Color

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

This div background color is #3a618a


#3a618a Border Color

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

This div border color is #3a618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a618a


Comments

No comments written yet.

Please login to write comment.