Color Hex Logo

#342890 Color Hex

#342890
(52,40,144)
0 Favorites   0 Comments

Color spaces of #342890

RGB 5240144
HSL0.690.570.36
HSV247°72°56°
CMYK 0.640.720.00   0.44
XYZ7.20904.261326.8281
Yxy4.26130.18820.1113
Hunter Lab20.642926.2114-62.6049
CIE-Lab24.517137.0059-55.5262

#342890 color RGB value is (52,40,144).

#342890 hex color red value is 52, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #342890 hue: 0.69 , saturation: 0.57 and the lightness value of 342890 is 0.36.

The process color (four color CMYK) of #342890 color hex is 0.64, 0.72, 0.00, 0.44. Web safe color of #342890 is #333399. Color #342890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101000 10010000
Octal 64 50 220
Decimal 52 40 144
Hex 34 28 90

RGB Percentages of Color #342890

%22.03
%16.95
%61.02

CMYK Percentages of Color #342890

%64
%72
%0
%44

Triadic Colors of #342890

#342890 #903428 #289034

Analogous Colors of #342890

#342890 #682890 #285090

Monochromatic Colors of #342890

#342890

Complementary Color

#342890 #849028

#342890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342890 Color CSS Codes

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

#342890 Text Font Color

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

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


#342890 Background Color

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

This div background color is #342890


#342890 Border Color

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

This div border color is #342890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,40,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 #342890">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342890


Comments

No comments written yet.

Please login to write comment.