Color Hex Logo

#340eef Color Hex

#340EEF
(52,14,239)
0 Favorites   0 Comments

Color spaces of #340eef

RGB 5214239
HSL0.690.890.50
HSV250°94°94°
CMYK 0.780.940.00   0.06
XYZ17.15327.276182.1617
Yxy7.27610.16090.0683
Hunter Lab26.974266.3050-161.7113
CIE-Lab32.427473.8180-98.5863

#340eef color RGB value is (52,14,239).

#340eef hex color red value is 52, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #340eef hue: 0.69 , saturation: 0.89 and the lightness value of 340eef is 0.50.

The process color (four color CMYK) of #340eef color hex is 0.78, 0.94, 0.00, 0.06. Web safe color of #340eef is #3300ff. Color #340eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001110 11101111
Octal 64 16 357
Decimal 52 14 239
Hex 34 E EF

RGB Percentages of Color #340eef

%17.05
%4.59
%78.36

CMYK Percentages of Color #340eef

%78
%94
%0
%6

Triadic Colors of #340eef

#340eef #ef340e #0eef34

Analogous Colors of #340eef

#340eef #a50eef #0e58ef

Monochromatic Colors of #340eef

#340eef

Complementary Color

#340eef #c9ef0e

#340eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#340eef Color CSS Codes

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

#340eef Text Font Color

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

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


#340eef Background Color

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

This div background color is #340eef


#340eef Border Color

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

This div border color is #340eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,14,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340eef;
  -webkit-box-shadow: 1px 1px 3px 2px #340eef;
  box-shadow:         1px 1px 3px 2px #340eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340eef


Comments

No comments written yet.

Please login to write comment.