Color Hex Logo

#341149 Color Hex

#341149
(52,17,73)
0 Favorites   0 Comments

Color spaces of #341149

RGB 521773
HSL0.770.620.18
HSV278°77°29°
CMYK 0.290.770.00   0.71
XYZ2.81921.61206.4659
Yxy1.61200.25870.1479
Hunter Lab12.696517.4165-21.3070
CIE-Lab13.303128.4681-27.5059

#341149 color RGB value is (52,17,73).

#341149 hex color red value is 52, green value is 17 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #341149 hue: 0.77 , saturation: 0.62 and the lightness value of 341149 is 0.18.

The process color (four color CMYK) of #341149 color hex is 0.29, 0.77, 0.00, 0.71. Web safe color of #341149 is #330033. Color #341149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010001 01001001
Octal 64 21 111
Decimal 52 17 73
Hex 34 11 49

RGB Percentages of Color #341149

%36.62
%11.97
%51.41

CMYK Percentages of Color #341149

%29
%77
%0
%71

Triadic Colors of #341149

#341149 #493411 #114934

Analogous Colors of #341149

#341149 #491142 #181149

Monochromatic Colors of #341149

#341149

Complementary Color

#341149 #264911

#341149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341149 Color CSS Codes

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

#341149 Text Font Color

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

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


#341149 Background Color

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

This div background color is #341149


#341149 Border Color

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

This div border color is #341149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341149


Comments

No comments written yet.

Please login to write comment.