Color Hex Logo

#69299f Color Hex

#69299F
(105,41,159)
0 Favorites   0 Comments

Color spaces of #69299f

RGB 10541159
HSL0.760.590.39
HSV273°74°62°
CMYK 0.340.740.00   0.38
XYZ12.87667.092333.4912
Yxy7.09230.24090.1327
Hunter Lab26.631439.7021-55.9202
CIE-Lab32.016149.8316-52.2197

#69299f color RGB value is (105,41,159).

#69299f hex color red value is 105, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #69299f hue: 0.76 , saturation: 0.59 and the lightness value of 69299f is 0.39.

The process color (four color CMYK) of #69299f color hex is 0.34, 0.74, 0.00, 0.38. Web safe color of #69299f is #663399. Color #69299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00101001 10011111
Octal 151 51 237
Decimal 105 41 159
Hex 69 29 9F

RGB Percentages of Color #69299f

%34.43
%13.44
%52.13

CMYK Percentages of Color #69299f

%34
%74
%0
%38

Triadic Colors of #69299f

#69299f #9f6929 #299f69

Analogous Colors of #69299f

#69299f #9f299a #2e299f

Monochromatic Colors of #69299f

#69299f

Complementary Color

#69299f #5f9f29

#69299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69299f Color CSS Codes

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

#69299f Text Font Color

<p style="color:#69299f">Text here</p>

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


#69299f Background Color

<div style="background-color:#69299f">
Div content here</div>

This div background color is #69299f


#69299f Border Color

<div style="border:3px solid #69299f">
Div here</div>

This div border color is #69299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69299f


Comments

No comments written yet.

Please login to write comment.