Color Hex Logo

#340faf Color Hex

#340FAF
(52,15,175)
0 Favorites   0 Comments

Color spaces of #340faf

RGB 5215175
HSL0.710.840.37
HSV254°91°69°
CMYK 0.700.910.00   0.31
XYZ9.32494.166940.8702
Yxy4.16690.17150.0767
Hunter Lab20.413045.8182-104.4194
CIE-Lab24.215757.2631-74.9335

#340faf color RGB value is (52,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001111 10101111
Octal 64 17 257
Decimal 52 15 175
Hex 34 F AF

RGB Percentages of Color #340faf

%21.49
%6.20
%72.31

CMYK Percentages of Color #340faf

%70
%91
%0
%31

Triadic Colors of #340faf

#340faf #af340f #0faf34

Analogous Colors of #340faf

#340faf #840faf #0f3aaf

Monochromatic Colors of #340faf

#340faf

Complementary Color

#340faf #8aaf0f

#340faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#340faf Color CSS Codes

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

#340faf Text Font Color

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

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


#340faf Background Color

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

This div background color is #340faf


#340faf Border Color

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

This div border color is #340faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340faf


Comments

No comments written yet.

Please login to write comment.