Color Hex Logo

#341594 Color Hex

#341594
(52,21,148)
0 Favorites   0 Comments

Color spaces of #341594

RGB 5221148
HSL0.710.750.33
HSV255°86°58°
CMYK 0.650.860.00   0.42
XYZ7.02963.404528.3036
Yxy3.40450.18150.0879
Hunter Lab18.451335.7155-78.0328
CIE-Lab21.596147.8262-62.8203

#341594 color RGB value is (52,21,148).

#341594 hex color red value is 52, green value is 21 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #341594 hue: 0.71 , saturation: 0.75 and the lightness value of 341594 is 0.33.

The process color (four color CMYK) of #341594 color hex is 0.65, 0.86, 0.00, 0.42. Web safe color of #341594 is #330099. Color #341594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010101 10010100
Octal 64 25 224
Decimal 52 21 148
Hex 34 15 94

RGB Percentages of Color #341594

%23.53
%9.50
%66.97

CMYK Percentages of Color #341594

%65
%86
%0
%42

Triadic Colors of #341594

#341594 #943415 #159434

Analogous Colors of #341594

#341594 #741594 #153694

Monochromatic Colors of #341594

#341594

Complementary Color

#341594 #759415

#341594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341594 Color CSS Codes

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

#341594 Text Font Color

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

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


#341594 Background Color

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

This div background color is #341594


#341594 Border Color

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

This div border color is #341594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341594


Comments

No comments written yet.

Please login to write comment.