Color Hex Logo

#341d78 Color Hex

#341D78
(52,29,120)
0 Favorites   0 Comments

Color spaces of #341d78

RGB 5229120
HSL0.710.610.29
HSV255°76°47°
CMYK 0.570.760.00   0.53
XYZ5.24572.964918.0651
Yxy2.96490.19960.1128
Hunter Lab17.218924.2466-50.1506
CIE-Lab19.902835.6137-47.9967

#341d78 color RGB value is (52,29,120).

#341d78 hex color red value is 52, green value is 29 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #341d78 hue: 0.71 , saturation: 0.61 and the lightness value of 341d78 is 0.29.

The process color (four color CMYK) of #341d78 color hex is 0.57, 0.76, 0.00, 0.53. Web safe color of #341d78 is #333366. Color #341d78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011101 01111000
Octal 64 35 170
Decimal 52 29 120
Hex 34 1D 78

RGB Percentages of Color #341d78

%25.87
%14.43
%59.70

CMYK Percentages of Color #341d78

%57
%76
%0
%53

Triadic Colors of #341d78

#341d78 #78341d #1d7834

Analogous Colors of #341d78

#341d78 #621d78 #1d3378

Monochromatic Colors of #341d78

#341d78

Complementary Color

#341d78 #61781d

#341d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341d78 Color CSS Codes

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

#341d78 Text Font Color

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

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


#341d78 Background Color

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

This div background color is #341d78


#341d78 Border Color

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

This div border color is #341d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,29,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341d78;
  -webkit-box-shadow: 1px 1px 3px 2px #341d78;
  box-shadow:         1px 1px 3px 2px #341d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341d78


Comments

No comments written yet.

Please login to write comment.