Color Hex Logo

#340aa3 Color Hex

#340AA3
(52,10,163)
0 Favorites   0 Comments

Color spaces of #340aa3

RGB 5210163
HSL0.710.880.34
HSV256°94°64°
CMYK 0.680.940.00   0.36
XYZ8.13563.591534.9148
Yxy3.59150.17440.0770
Hunter Lab18.951343.4637-95.9669
CIE-Lab22.272255.3874-70.9060

#340aa3 color RGB value is (52,10,163).

#340aa3 hex color red value is 52, green value is 10 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #340aa3 hue: 0.71 , saturation: 0.88 and the lightness value of 340aa3 is 0.34.

The process color (four color CMYK) of #340aa3 color hex is 0.68, 0.94, 0.00, 0.36. Web safe color of #340aa3 is #330099. Color #340aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001010 10100011
Octal 64 12 243
Decimal 52 10 163
Hex 34 A A3

RGB Percentages of Color #340aa3

%23.11
%4.44
%72.44

CMYK Percentages of Color #340aa3

%68
%94
%0
%36

Triadic Colors of #340aa3

#340aa3 #a3340a #0aa334

Analogous Colors of #340aa3

#340aa3 #810aa3 #0a2da3

Monochromatic Colors of #340aa3

#340aa3

Complementary Color

#340aa3 #79a30a

#340aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340aa3 Color CSS Codes

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

#340aa3 Text Font Color

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

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


#340aa3 Background Color

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

This div background color is #340aa3


#340aa3 Border Color

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

This div border color is #340aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340aa3


Comments

No comments written yet.

Please login to write comment.