Color Hex Logo

#69337d Color Hex

#69337D
(105,51,125)
0 Favorites   0 Comments

Color spaces of #69337d

RGB 10551125
HSL0.790.420.35
HSV284°59°49°
CMYK 0.160.590.00   0.51
XYZ10.71126.851620.1600
Yxy6.85160.28390.1816
Hunter Lab26.175627.2361-27.3413
CIE-Lab31.466736.9131-32.1527

#69337d color RGB value is (105,51,125).

#69337d hex color red value is 105, green value is 51 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #69337d hue: 0.79 , saturation: 0.42 and the lightness value of 69337d is 0.35.

The process color (four color CMYK) of #69337d color hex is 0.16, 0.59, 0.00, 0.51. Web safe color of #69337d is #663366. Color #69337d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110011 01111101
Octal 151 63 175
Decimal 105 51 125
Hex 69 33 7D

RGB Percentages of Color #69337d

%37.37
%18.15
%44.48

CMYK Percentages of Color #69337d

%16
%59
%0
%51

Triadic Colors of #69337d

#69337d #7d6933 #337d69

Analogous Colors of #69337d

#69337d #7d336c #44337d

Monochromatic Colors of #69337d

#69337d

Complementary Color

#69337d #477d33

#69337d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69337d Color Preview on White Background

Lorem ipsum dolor sit amet.

#69337d Color CSS Codes

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

#69337d Text Font Color

<p style="color:#69337d">Text here</p>

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


#69337d Background Color

<div style="background-color:#69337d">
Div content here</div>

This div background color is #69337d


#69337d Border Color

<div style="border:3px solid #69337d">
Div here</div>

This div border color is #69337d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,51,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69337d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69337d;
  -webkit-box-shadow: 1px 1px 3px 2px #69337d;
  box-shadow:         1px 1px 3px 2px #69337d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69337d


Comments

No comments written yet.

Please login to write comment.