Color Hex Logo

#39349e Color Hex

#39349E
(57,52,158)
0 Favorites   0 Comments

Color spaces of #39349e

RGB 5752158
HSL0.670.500.41
HSV243°67°62°
CMYK 0.640.670.00   0.38
XYZ9.08695.794532.9873
Yxy5.79450.18980.1210
Hunter Lab24.071825.2567-64.3992
CIE-Lab28.888035.1452-56.9326

#39349e color RGB value is (57,52,158).

#39349e hex color red value is 57, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #39349e hue: 0.67 , saturation: 0.50 and the lightness value of 39349e is 0.41.

The process color (four color CMYK) of #39349e color hex is 0.64, 0.67, 0.00, 0.38. Web safe color of #39349e is #333399. Color #39349e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110100 10011110
Octal 71 64 236
Decimal 57 52 158
Hex 39 34 9E

RGB Percentages of Color #39349e

%21.35
%19.48
%59.18

CMYK Percentages of Color #39349e

%64
%67
%0
%38

Triadic Colors of #39349e

#39349e #9e3934 #349e39

Analogous Colors of #39349e

#39349e #6e349e #34649e

Monochromatic Colors of #39349e

#39349e

Complementary Color

#39349e #999e34

#39349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39349e Color CSS Codes

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

#39349e Text Font Color

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

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


#39349e Background Color

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

This div background color is #39349e


#39349e Border Color

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

This div border color is #39349e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,52,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39349e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39349e;
  -webkit-box-shadow: 1px 1px 3px 2px #39349e;
  box-shadow:         1px 1px 3px 2px #39349e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39349e


Comments

No comments written yet.

Please login to write comment.