Color Hex Logo

#342077 Color Hex

#342077
(52,32,119)
0 Favorites   0 Comments

Color spaces of #342077

RGB 5232119
HSL0.700.580.30
HSV254°73°47°
CMYK 0.560.730.00   0.53
XYZ5.26253.095017.7728
Yxy3.09500.20140.1184
Hunter Lab17.592622.6079-47.5824
CIE-Lab20.420433.5855-46.5083

#342077 color RGB value is (52,32,119).

#342077 hex color red value is 52, green value is 32 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #342077 hue: 0.70 , saturation: 0.58 and the lightness value of 342077 is 0.30.

The process color (four color CMYK) of #342077 color hex is 0.56, 0.73, 0.00, 0.53. Web safe color of #342077 is #333366. Color #342077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100000 01110111
Octal 64 40 167
Decimal 52 32 119
Hex 34 20 77

RGB Percentages of Color #342077

%25.62
%15.76
%58.62

CMYK Percentages of Color #342077

%56
%73
%0
%53

Triadic Colors of #342077

#342077 #773420 #207734

Analogous Colors of #342077

#342077 #5f2077 #203877

Monochromatic Colors of #342077

#342077

Complementary Color

#342077 #637720

#342077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342077 Color CSS Codes

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

#342077 Text Font Color

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

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


#342077 Background Color

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

This div background color is #342077


#342077 Border Color

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

This div border color is #342077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342077


Comments

No comments written yet.

Please login to write comment.