Color Hex Logo

#340059 Color Hex

#340059
(52,0,89)
0 Favorites   0 Comments

Color spaces of #340059

RGB 52089
HSL0.761.000.17
HSV275°100°35°
CMYK 0.421.000.00   0.65
XYZ3.21931.45139.5616
Yxy1.45130.22620.1020
Hunter Lab12.047026.6181-38.6251
CIE-Lab12.295039.8135-40.1124

#340059 color RGB value is (52,0,89).

#340059 hex color red value is 52, green value is 0 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #340059 hue: 0.76 , saturation: 1.00 and the lightness value of 340059 is 0.17.

The process color (four color CMYK) of #340059 color hex is 0.42, 1.00, 0.00, 0.65. Web safe color of #340059 is #330066. Color #340059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000000 01011001
Octal 64 0 131
Decimal 52 0 89
Hex 34 0 59

RGB Percentages of Color #340059

%36.88
%0.00
%63.12

CMYK Percentages of Color #340059

%42
%100
%0
%65

Triadic Colors of #340059

#340059 #593400 #005934

Analogous Colors of #340059

#340059 #590051 #070059

Monochromatic Colors of #340059

#340059

Complementary Color

#340059 #255900

#340059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340059 Color CSS Codes

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

#340059 Text Font Color

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

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


#340059 Background Color

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

This div background color is #340059


#340059 Border Color

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

This div border color is #340059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340059

#340059 Color Palettes


Comments

No comments written yet.

Please login to write comment.