Color Hex Logo

#69308a Color Hex

#69308A
(105,48,138)
0 Favorites   0 Comments

Color spaces of #69308a

RGB 10548138
HSL0.770.480.36
HSV278°65°54°
CMYK 0.240.650.00   0.46
XYZ11.47016.952124.7821
Yxy6.95210.26550.1609
Hunter Lab26.366831.5091-37.2697
CIE-Lab31.697641.4918-39.8741

#69308a color RGB value is (105,48,138).

#69308a hex color red value is 105, green value is 48 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #69308a hue: 0.77 , saturation: 0.48 and the lightness value of 69308a is 0.36.

The process color (four color CMYK) of #69308a color hex is 0.24, 0.65, 0.00, 0.46. Web safe color of #69308a is #663399. Color #69308a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110000 10001010
Octal 151 60 212
Decimal 105 48 138
Hex 69 30 8A

RGB Percentages of Color #69308a

%36.08
%16.49
%47.42

CMYK Percentages of Color #69308a

%24
%65
%0
%46

Triadic Colors of #69308a

#69308a #8a6930 #308a69

Analogous Colors of #69308a

#69308a #8a307e #3c308a

Monochromatic Colors of #69308a

#69308a

Complementary Color

#69308a #518a30

#69308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#69308a Color CSS Codes

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

#69308a Text Font Color

<p style="color:#69308a">Text here</p>

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


#69308a Background Color

<div style="background-color:#69308a">
Div content here</div>

This div background color is #69308a


#69308a Border Color

<div style="border:3px solid #69308a">
Div here</div>

This div border color is #69308a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,48,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69308a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69308a;
  -webkit-box-shadow: 1px 1px 3px 2px #69308a;
  box-shadow:         1px 1px 3px 2px #69308a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69308a


Comments

No comments written yet.

Please login to write comment.