Color Hex Logo

#342eee Color Hex

#342EEE
(52,46,238)
0 Favorites   0 Comments

Color spaces of #342eee

RGB 5246238
HSL0.670.850.56
HSV242°81°93°
CMYK 0.780.810.00   0.07
XYZ17.82588.857181.6590
Yxy8.85710.16450.0818
Hunter Lab29.760954.8342-141.8495
CIE-Lab35.707763.3246-92.5585

#342eee color RGB value is (52,46,238).

#342eee hex color red value is 52, green value is 46 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #342eee hue: 0.67 , saturation: 0.85 and the lightness value of 342eee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101110 11101110
Octal 64 56 356
Decimal 52 46 238
Hex 34 2E EE

RGB Percentages of Color #342eee

%15.48
%13.69
%70.83

CMYK Percentages of Color #342eee

%78
%81
%0
%7

Triadic Colors of #342eee

#342eee #ee342e #2eee34

Analogous Colors of #342eee

#342eee #942eee #2e88ee

Monochromatic Colors of #342eee

#342eee

Complementary Color

#342eee #e8ee2e

#342eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#342eee Color CSS Codes

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

#342eee Text Font Color

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

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


#342eee Background Color

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

This div background color is #342eee


#342eee Border Color

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

This div border color is #342eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342eee


Comments

No comments written yet.

Please login to write comment.