Color Hex Logo

#341173 Color Hex

#341173
(52,17,115)
0 Favorites   0 Comments

Color spaces of #341173

RGB 5217115
HSL0.730.740.26
HSV261°85°45°
CMYK 0.550.850.00   0.55
XYZ4.71112.368816.4286
Yxy2.36880.20040.1008
Hunter Lab15.390927.7041-52.5138
CIE-Lab17.314640.0698-49.0351

#341173 color RGB value is (52,17,115).

#341173 hex color red value is 52, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #341173 hue: 0.73 , saturation: 0.74 and the lightness value of 341173 is 0.26.

The process color (four color CMYK) of #341173 color hex is 0.55, 0.85, 0.00, 0.55. Web safe color of #341173 is #330066. Color #341173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010001 01110011
Octal 64 21 163
Decimal 52 17 115
Hex 34 11 73

RGB Percentages of Color #341173

%28.26
%9.24
%62.50

CMYK Percentages of Color #341173

%55
%85
%0
%55

Triadic Colors of #341173

#341173 #733411 #117334

Analogous Colors of #341173

#341173 #651173 #111f73

Monochromatic Colors of #341173

#341173

Complementary Color

#341173 #507311

#341173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341173 Color CSS Codes

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

#341173 Text Font Color

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

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


#341173 Background Color

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

This div background color is #341173


#341173 Border Color

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

This div border color is #341173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341173


Comments

No comments written yet.

Please login to write comment.