Color Hex Logo

#69449b Color Hex

#69449B
(105,68,155)
0 Favorites   0 Comments

Color spaces of #69449b

RGB 10568155
HSL0.740.390.44
HSV266°56°61°
CMYK 0.320.560.00   0.39
XYZ13.80929.504132.1170
Yxy9.50410.24910.1715
Hunter Lab30.828726.0058-40.1875
CIE-Lab36.937334.6753-41.8626

#69449b color RGB value is (105,68,155).

#69449b hex color red value is 105, green value is 68 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #69449b hue: 0.74 , saturation: 0.39 and the lightness value of 69449b is 0.44.

The process color (four color CMYK) of #69449b color hex is 0.32, 0.56, 0.00, 0.39. Web safe color of #69449b is #663399. Color #69449b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000100 10011011
Octal 151 104 233
Decimal 105 68 155
Hex 69 44 9B

RGB Percentages of Color #69449b

%32.01
%20.73
%47.26

CMYK Percentages of Color #69449b

%32
%56
%0
%39

Triadic Colors of #69449b

#69449b #9b6944 #449b69

Analogous Colors of #69449b

#69449b #95449b #444b9b

Monochromatic Colors of #69449b

#69449b

Complementary Color

#69449b #769b44

#69449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69449b Color CSS Codes

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

#69449b Text Font Color

<p style="color:#69449b">Text here</p>

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


#69449b Background Color

<div style="background-color:#69449b">
Div content here</div>

This div background color is #69449b


#69449b Border Color

<div style="border:3px solid #69449b">
Div here</div>

This div border color is #69449b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,68,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69449b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69449b;
  -webkit-box-shadow: 1px 1px 3px 2px #69449b;
  box-shadow:         1px 1px 3px 2px #69449b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69449b


Comments

No comments written yet.

Please login to write comment.