Color Hex Logo

#69347e Color Hex

#69347E
(105,52,126)
0 Favorites   0 Comments

Color spaces of #69347e

RGB 10552126
HSL0.790.420.35
HSV283°59°49°
CMYK 0.170.590.00   0.51
XYZ10.81966.965620.5129
Yxy6.96560.28250.1819
Hunter Lab26.392426.9895-27.6071
CIE-Lab31.728536.5966-32.3626

#69347e color RGB value is (105,52,126).

#69347e hex color red value is 105, green value is 52 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #69347e hue: 0.79 , saturation: 0.42 and the lightness value of 69347e is 0.35.

The process color (four color CMYK) of #69347e color hex is 0.17, 0.59, 0.00, 0.51. Web safe color of #69347e is #663366. Color #69347e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110100 01111110
Octal 151 64 176
Decimal 105 52 126
Hex 69 34 7E

RGB Percentages of Color #69347e

%37.10
%18.37
%44.52

CMYK Percentages of Color #69347e

%17
%59
%0
%51

Triadic Colors of #69347e

#69347e #7e6934 #347e69

Analogous Colors of #69347e

#69347e #7e346e #44347e

Monochromatic Colors of #69347e

#69347e

Complementary Color

#69347e #497e34

#69347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69347e Color CSS Codes

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

#69347e Text Font Color

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

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


#69347e Background Color

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

This div background color is #69347e


#69347e Border Color

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

This div border color is #69347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69347e


Comments

No comments written yet.

Please login to write comment.