Color Hex Logo

#69357e Color Hex

#69357E
(105,53,126)
0 Favorites   0 Comments

Color spaces of #69357e

RGB 10553126
HSL0.790.410.35
HSV283°58°49°
CMYK 0.170.580.00   0.51
XYZ10.86477.055820.5279
Yxy7.05580.28260.1835
Hunter Lab26.562826.5253-27.2258
CIE-Lab31.933636.0487-32.0369

#69357e color RGB value is (105,53,126).

#69357e hex color red value is 105, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #69357e hue: 0.79 , saturation: 0.41 and the lightness value of 69357e is 0.35.

The process color (four color CMYK) of #69357e color hex is 0.17, 0.58, 0.00, 0.51. Web safe color of #69357e is #663366. Color #69357e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110101 01111110
Octal 151 65 176
Decimal 105 53 126
Hex 69 35 7E

RGB Percentages of Color #69357e

%36.97
%18.66
%44.37

CMYK Percentages of Color #69357e

%17
%58
%0
%51

Triadic Colors of #69357e

#69357e #7e6935 #357e69

Analogous Colors of #69357e

#69357e #7e356f #44357e

Monochromatic Colors of #69357e

#69357e

Complementary Color

#69357e #4a7e35

#69357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#69357e Color CSS Codes

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

#69357e Text Font Color

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

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


#69357e Background Color

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

This div background color is #69357e


#69357e Border Color

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

This div border color is #69357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69357e


Comments

No comments written yet.

Please login to write comment.