Color Hex Logo

#342192 Color Hex

#342192
(52,33,146)
0 Favorites   0 Comments

Color spaces of #342192

RGB 5233146
HSL0.690.630.35
HSV250°77°57°
CMYK 0.640.770.00   0.43
XYZ7.14833.893127.5688
Yxy3.89310.18510.1008
Hunter Lab19.730930.1394-69.0305
CIE-Lab23.314841.5924-58.7426

#342192 color RGB value is (52,33,146).

#342192 hex color red value is 52, green value is 33 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #342192 hue: 0.69 , saturation: 0.63 and the lightness value of 342192 is 0.35.

The process color (four color CMYK) of #342192 color hex is 0.64, 0.77, 0.00, 0.43. Web safe color of #342192 is #333399. Color #342192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100001 10010010
Octal 64 41 222
Decimal 52 33 146
Hex 34 21 92

RGB Percentages of Color #342192

%22.51
%14.29
%63.20

CMYK Percentages of Color #342192

%64
%77
%0
%43

Triadic Colors of #342192

#342192 #923421 #219234

Analogous Colors of #342192

#342192 #6d2192 #214692

Monochromatic Colors of #342192

#342192

Complementary Color

#342192 #7f9221

#342192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342192 Color CSS Codes

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

#342192 Text Font Color

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

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


#342192 Background Color

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

This div background color is #342192


#342192 Border Color

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

This div border color is #342192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342192


Comments

No comments written yet.

Please login to write comment.