Color Hex Logo

#341390 Color Hex

#341390
(52,19,144)
0 Favorites   0 Comments

Color spaces of #341390

RGB 5219144
HSL0.710.770.32
HSV256°87°56°
CMYK 0.640.870.00   0.44
XYZ6.68313.209426.6528
Yxy3.20940.18290.0878
Hunter Lab17.914835.2384-75.6685
CIE-Lab20.863747.4762-61.5515

#341390 color RGB value is (52,19,144).

#341390 hex color red value is 52, green value is 19 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #341390 hue: 0.71 , saturation: 0.77 and the lightness value of 341390 is 0.32.

The process color (four color CMYK) of #341390 color hex is 0.64, 0.87, 0.00, 0.44. Web safe color of #341390 is #330099. Color #341390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010011 10010000
Octal 64 23 220
Decimal 52 19 144
Hex 34 13 90

RGB Percentages of Color #341390

%24.19
%8.84
%66.98

CMYK Percentages of Color #341390

%64
%87
%0
%44

Triadic Colors of #341390

#341390 #903413 #139034

Analogous Colors of #341390

#341390 #731390 #133090

Monochromatic Colors of #341390

#341390

Complementary Color

#341390 #6f9013

#341390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#341390 Color CSS Codes

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

#341390 Text Font Color

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

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


#341390 Background Color

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

This div background color is #341390


#341390 Border Color

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

This div border color is #341390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341390


Comments

No comments written yet.

Please login to write comment.