Color Hex Logo

#340eee Color Hex

#340EEE
(52,14,238)
0 Favorites   0 Comments

Color spaces of #340eee

RGB 5214238
HSL0.690.890.49
HSV250°94°93°
CMYK 0.780.940.00   0.07
XYZ17.00587.217281.3857
Yxy7.21720.16100.0683
Hunter Lab26.864865.9794-160.8107
CIE-Lab32.296373.5711-98.2371

#340eee color RGB value is (52,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001110 11101110
Octal 64 16 356
Decimal 52 14 238
Hex 34 E EE

RGB Percentages of Color #340eee

%17.11
%4.61
%78.29

CMYK Percentages of Color #340eee

%78
%94
%0
%7

Triadic Colors of #340eee

#340eee #ee340e #0eee34

Analogous Colors of #340eee

#340eee #a40eee #0e58ee

Monochromatic Colors of #340eee

#340eee

Complementary Color

#340eee #c8ee0e

#340eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#340eee Color CSS Codes

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

#340eee Text Font Color

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

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


#340eee Background Color

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

This div background color is #340eee


#340eee Border Color

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

This div border color is #340eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340eee


Comments

No comments written yet.

Please login to write comment.