Color Hex Logo

#340ead Color Hex

#340EAD
(52,14,173)
0 Favorites   0 Comments

Color spaces of #340ead

RGB 5214173
HSL0.710.850.37
HSV254°92°68°
CMYK 0.700.920.00   0.32
XYZ9.11604.061339.8386
Yxy4.06130.17190.0766
Hunter Lab20.152745.4768-103.1000
CIE-Lab23.873157.0050-74.3001

#340ead color RGB value is (52,14,173).

#340ead hex color red value is 52, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #340ead hue: 0.71 , saturation: 0.85 and the lightness value of 340ead is 0.37.

The process color (four color CMYK) of #340ead color hex is 0.70, 0.92, 0.00, 0.32. Web safe color of #340ead is #330099. Color #340ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001110 10101101
Octal 64 16 255
Decimal 52 14 173
Hex 34 E AD

RGB Percentages of Color #340ead

%21.76
%5.86
%72.38

CMYK Percentages of Color #340ead

%70
%92
%0
%32

Triadic Colors of #340ead

#340ead #ad340e #0ead34

Analogous Colors of #340ead

#340ead #840ead #0e37ad

Monochromatic Colors of #340ead

#340ead

Complementary Color

#340ead #87ad0e

#340ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#340ead Color CSS Codes

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

#340ead Text Font Color

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

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


#340ead Background Color

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

This div background color is #340ead


#340ead Border Color

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

This div border color is #340ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340ead


Comments

No comments written yet.

Please login to write comment.