Color Hex Logo

#69297e Color Hex

#69297E
(105,41,126)
0 Favorites   0 Comments

Color spaces of #69297e

RGB 10541126
HSL0.790.510.33
HSV285°67°49°
CMYK 0.170.670.00   0.51
XYZ10.38456.095520.3679
Yxy6.09550.28180.1654
Hunter Lab24.689131.8732-31.6305
CIE-Lab29.652142.2535-35.6717

#69297e color RGB value is (105,41,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 00101001 01111110
Octal 151 51 176
Decimal 105 41 126
Hex 69 29 7E

RGB Percentages of Color #69297e

%38.60
%15.07
%46.32

CMYK Percentages of Color #69297e

%17
%67
%0
%51

Triadic Colors of #69297e

#69297e #7e6929 #297e69

Analogous Colors of #69297e

#69297e #7e2969 #3f297e

Monochromatic Colors of #69297e

#69297e

Complementary Color

#69297e #3e7e29

#69297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69297e Color CSS Codes

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

#69297e Text Font Color

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

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


#69297e Background Color

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

This div background color is #69297e


#69297e Border Color

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

This div border color is #69297e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,41,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 #69297e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69297e


Comments

No comments written yet.

Please login to write comment.