Color Hex Logo

#340aef Color Hex

#340AEF
(52,10,239)
0 Favorites   0 Comments

Color spaces of #340aef

RGB 5210239
HSL0.700.920.49
HSV251°96°94°
CMYK 0.780.960.00   0.06
XYZ17.10477.179182.1455
Yxy7.17910.16070.0675
Hunter Lab26.793867.0619-163.0177
CIE-Lab32.211274.4832-98.9470

#340aef color RGB value is (52,10,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001010 11101111
Octal 64 12 357
Decimal 52 10 239
Hex 34 A EF

RGB Percentages of Color #340aef

%17.28
%3.32
%79.40

CMYK Percentages of Color #340aef

%78
%96
%0
%6

Triadic Colors of #340aef

#340aef #ef340a #0aef34

Analogous Colors of #340aef

#340aef #a70aef #0a53ef

Monochromatic Colors of #340aef

#340aef

Complementary Color

#340aef #c5ef0a

#340aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#340aef Color CSS Codes

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

#340aef Text Font Color

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

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


#340aef Background Color

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

This div background color is #340aef


#340aef Border Color

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

This div border color is #340aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340aef


Comments

No comments written yet.

Please login to write comment.