Color Hex Logo

#34176e Color Hex

#34176E
(52,23,110)
0 Favorites   0 Comments

Color spaces of #34176e

RGB 5223110
HSL0.720.650.26
HSV260°79°43°
CMYK 0.530.790.00   0.57
XYZ4.53702.468614.9892
Yxy2.46860.20630.1122
Hunter Lab15.711824.0488-45.5650
CIE-Lab17.776035.7899-45.0344

#34176e color RGB value is (52,23,110).

#34176e hex color red value is 52, green value is 23 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #34176e hue: 0.72 , saturation: 0.65 and the lightness value of 34176e is 0.26.

The process color (four color CMYK) of #34176e color hex is 0.53, 0.79, 0.00, 0.57. Web safe color of #34176e is #330066. Color #34176e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010111 01101110
Octal 64 27 156
Decimal 52 23 110
Hex 34 17 6E

RGB Percentages of Color #34176e

%28.11
%12.43
%59.46

CMYK Percentages of Color #34176e

%53
%79
%0
%57

Triadic Colors of #34176e

#34176e #6e3417 #176e34

Analogous Colors of #34176e

#34176e #5f176e #17266e

Monochromatic Colors of #34176e

#34176e

Complementary Color

#34176e #516e17

#34176e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34176e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34176e Color CSS Codes

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

#34176e Text Font Color

<p style="color:#34176e">Text here</p>

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


#34176e Background Color

<div style="background-color:#34176e">
Div content here</div>

This div background color is #34176e


#34176e Border Color

<div style="border:3px solid #34176e">
Div here</div>

This div border color is #34176e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,23,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34176e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34176e;
  -webkit-box-shadow: 1px 1px 3px 2px #34176e;
  box-shadow:         1px 1px 3px 2px #34176e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34176e


Comments

No comments written yet.

Please login to write comment.