Color Hex Logo

#340bae Color Hex

#340BAE
(52,11,174)
0 Favorites   0 Comments

Color spaces of #340bae

RGB 5211174
HSL0.710.880.36
HSV255°94°68°
CMYK 0.700.940.00   0.32
XYZ9.17584.025440.3378
Yxy4.02540.17140.0752
Hunter Lab20.063446.5243-105.1592
CIE-Lab23.755258.0122-75.0982

#340bae color RGB value is (52,11,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001011 10101110
Octal 64 13 256
Decimal 52 11 174
Hex 34 B AE

RGB Percentages of Color #340bae

%21.94
%4.64
%73.42

CMYK Percentages of Color #340bae

%70
%94
%0
%32

Triadic Colors of #340bae

#340bae #ae340b #0bae34

Analogous Colors of #340bae

#340bae #860bae #0b34ae

Monochromatic Colors of #340bae

#340bae

Complementary Color

#340bae #85ae0b

#340bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#340bae Color CSS Codes

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

#340bae Text Font Color

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

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


#340bae Background Color

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

This div background color is #340bae


#340bae Border Color

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

This div border color is #340bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340bae


Comments

No comments written yet.

Please login to write comment.