Color Hex Logo

#3a347d Color Hex

#3A347D
(58,52,125)
0 Favorites   0 Comments

Color spaces of #3a347d

RGB 5852125
HSL0.680.410.35
HSV245°58°49°
CMYK 0.540.580.00   0.51
XYZ6.67464.836219.9837
Yxy4.83620.21190.1536
Hunter Lab21.991415.6917-38.4833
CIE-Lab26.262924.1163-40.7914

#3a347d color RGB value is (58,52,125).

#3a347d hex color red value is 58, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3a347d hue: 0.68 , saturation: 0.41 and the lightness value of 3a347d is 0.35.

The process color (four color CMYK) of #3a347d color hex is 0.54, 0.58, 0.00, 0.51. Web safe color of #3a347d is #333366. Color #3a347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00110100 01111101
Octal 72 64 175
Decimal 58 52 125
Hex 3A 34 7D

RGB Percentages of Color #3a347d

%24.68
%22.13
%53.19

CMYK Percentages of Color #3a347d

%54
%58
%0
%51

Triadic Colors of #3a347d

#3a347d #7d3a34 #347d3a

Analogous Colors of #3a347d

#3a347d #5f347d #34537d

Monochromatic Colors of #3a347d

#3a347d

Complementary Color

#3a347d #777d34

#3a347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a347d Color CSS Codes

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

#3a347d Text Font Color

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

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


#3a347d Background Color

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

This div background color is #3a347d


#3a347d Border Color

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

This div border color is #3a347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a347d


Comments

No comments written yet.

Please login to write comment.