Color Hex Logo

#340baf Color Hex

#340BAF
(52,11,175)
0 Favorites   0 Comments

Color spaces of #340baf

RGB 5211175
HSL0.710.880.36
HSV255°94°69°
CMYK 0.700.940.00   0.31
XYZ9.27374.064640.8532
Yxy4.06460.17110.0750
Hunter Lab20.160946.8259-106.0304
CIE-Lab23.883958.2706-75.4857

#340baf color RGB value is (52,11,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001011 10101111
Octal 64 13 257
Decimal 52 11 175
Hex 34 B AF

RGB Percentages of Color #340baf

%21.85
%4.62
%73.53

CMYK Percentages of Color #340baf

%70
%94
%0
%31

Triadic Colors of #340baf

#340baf #af340b #0baf34

Analogous Colors of #340baf

#340baf #860baf #0b34af

Monochromatic Colors of #340baf

#340baf

Complementary Color

#340baf #86af0b

#340baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#340baf Color CSS Codes

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

#340baf Text Font Color

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

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


#340baf Background Color

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

This div background color is #340baf


#340baf Border Color

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

This div border color is #340baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340baf


Comments

No comments written yet.

Please login to write comment.