Color Hex Logo

#341589 Color Hex

#341589
(52,21,137)
0 Favorites   0 Comments

Color spaces of #341589

RGB 5221137
HSL0.710.730.31
HSV256°85°54°
CMYK 0.620.850.00   0.46
XYZ6.19973.072523.9332
Yxy3.07250.18670.0925
Hunter Lab17.528532.4590-68.6836
CIE-Lab20.331944.6676-58.0595

#341589 color RGB value is (52,21,137).

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

The process color (four color CMYK) of #341589 color hex is 0.62, 0.85, 0.00, 0.46. Web safe color of #341589 is #330099. Color #341589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010101 10001001
Octal 64 25 211
Decimal 52 21 137
Hex 34 15 89

RGB Percentages of Color #341589

%24.76
%10.00
%65.24

CMYK Percentages of Color #341589

%62
%85
%0
%46

Triadic Colors of #341589

#341589 #893415 #158934

Analogous Colors of #341589

#341589 #6e1589 #153089

Monochromatic Colors of #341589

#341589

Complementary Color

#341589 #6a8915

#341589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341589 Color CSS Codes

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

#341589 Text Font Color

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

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


#341589 Background Color

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

This div background color is #341589


#341589 Border Color

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

This div border color is #341589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341589


Comments

No comments written yet.

Please login to write comment.