Color Hex Logo

#69269e Color Hex

#69269E
(105,38,158)
0 Favorites   0 Comments

Color spaces of #69269e

RGB 10538158
HSL0.760.610.38
HSV274°76°62°
CMYK 0.340.760.00   0.38
XYZ12.69046.858133.0026
Yxy6.85810.24150.1305
Hunter Lab26.188040.6702-56.3868
CIE-Lab31.481750.8914-52.4815

#69269e color RGB value is (105,38,158).

#69269e hex color red value is 105, green value is 38 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #69269e hue: 0.76 , saturation: 0.61 and the lightness value of 69269e is 0.38.

The process color (four color CMYK) of #69269e color hex is 0.34, 0.76, 0.00, 0.38. Web safe color of #69269e is #663399. Color #69269e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00100110 10011110
Octal 151 46 236
Decimal 105 38 158
Hex 69 26 9E

RGB Percentages of Color #69269e

%34.88
%12.62
%52.49

CMYK Percentages of Color #69269e

%34
%76
%0
%38

Triadic Colors of #69269e

#69269e #9e6926 #269e69

Analogous Colors of #69269e

#69269e #9e2697 #2d269e

Monochromatic Colors of #69269e

#69269e

Complementary Color

#69269e #5b9e26

#69269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69269e Color CSS Codes

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

#69269e Text Font Color

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

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


#69269e Background Color

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

This div background color is #69269e


#69269e Border Color

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

This div border color is #69269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69269e


Comments

No comments written yet.

Please login to write comment.