Color Hex Logo

#340ade Color Hex

#340ADE
(52,10,222)
0 Favorites   0 Comments

Color spaces of #340ade

RGB 5210222
HSL0.700.910.45
HSV252°95°87°
CMYK 0.770.950.00   0.13
XYZ14.70956.221169.5327
Yxy6.22110.16260.0688
Hunter Lab24.942161.6208-147.8268
CIE-Lab29.963670.3269-92.9815

#340ade color RGB value is (52,10,222).

#340ade hex color red value is 52, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #340ade hue: 0.70 , saturation: 0.91 and the lightness value of 340ade is 0.45.

The process color (four color CMYK) of #340ade color hex is 0.77, 0.95, 0.00, 0.13. Web safe color of #340ade is #3300cc. Color #340ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001010 11011110
Octal 64 12 336
Decimal 52 10 222
Hex 34 A DE

RGB Percentages of Color #340ade

%18.31
%3.52
%78.17

CMYK Percentages of Color #340ade

%77
%95
%0
%13

Triadic Colors of #340ade

#340ade #de340a #0ade34

Analogous Colors of #340ade

#340ade #9e0ade #0a4ade

Monochromatic Colors of #340ade

#340ade

Complementary Color

#340ade #b4de0a

#340ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#340ade Color CSS Codes

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

#340ade Text Font Color

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

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


#340ade Background Color

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

This div background color is #340ade


#340ade Border Color

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

This div border color is #340ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340ade


Comments

No comments written yet.

Please login to write comment.