Color Hex Logo

#342cea Color Hex

#342CEA
(52,44,234)
0 Favorites   0 Comments

Color spaces of #342cea

RGB 5244234
HSL0.670.820.55
HSV243°81°92°
CMYK 0.780.810.00   0.08
XYZ17.16818.471978.5723
Yxy8.47190.16470.0813
Hunter Lab29.106554.3494-139.6772
CIE-Lab34.947063.0395-91.5511

#342cea color RGB value is (52,44,234).

#342cea hex color red value is 52, green value is 44 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #342cea hue: 0.67 , saturation: 0.82 and the lightness value of 342cea is 0.55.

The process color (four color CMYK) of #342cea color hex is 0.78, 0.81, 0.00, 0.08. Web safe color of #342cea is #3333ff. Color #342cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101100 11101010
Octal 64 54 352
Decimal 52 44 234
Hex 34 2C EA

RGB Percentages of Color #342cea

%15.76
%13.33
%70.91

CMYK Percentages of Color #342cea

%78
%81
%0
%8

Triadic Colors of #342cea

#342cea #ea342c #2cea34

Analogous Colors of #342cea

#342cea #932cea #2c83ea

Monochromatic Colors of #342cea

#342cea

Complementary Color

#342cea #e2ea2c

#342cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#342cea Color CSS Codes

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

#342cea Text Font Color

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

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


#342cea Background Color

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

This div background color is #342cea


#342cea Border Color

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

This div border color is #342cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,44,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342cea;
  -webkit-box-shadow: 1px 1px 3px 2px #342cea;
  box-shadow:         1px 1px 3px 2px #342cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342cea


Comments

No comments written yet.

Please login to write comment.