Color Hex Logo

#69356b Color Hex

#69356B
(105,53,107)
0 Favorites   0 Comments

Color spaces of #69356b

RGB 10553107
HSL0.830.340.31
HSV298°50°42°
CMYK 0.020.500.00   0.58
XYZ9.75266.611014.6719
Yxy6.61100.31420.2130
Hunter Lab25.711922.7099-15.8342
CIE-Lab30.904431.9056-21.6653

#69356b color RGB value is (105,53,107).

#69356b hex color red value is 105, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #69356b hue: 0.83 , saturation: 0.34 and the lightness value of 69356b is 0.31.

The process color (four color CMYK) of #69356b color hex is 0.02, 0.50, 0.00, 0.58. Web safe color of #69356b is #663366. Color #69356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00110101 01101011
Octal 151 65 153
Decimal 105 53 107
Hex 69 35 6B

RGB Percentages of Color #69356b

%39.62
%20.00
%40.38

CMYK Percentages of Color #69356b

%2
%50
%0
%58

Triadic Colors of #69356b

#69356b #6b6935 #356b69

Analogous Colors of #69356b

#69356b #6b3552 #4e356b

Monochromatic Colors of #69356b

#69356b

Complementary Color

#69356b #376b35

#69356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#69356b Color CSS Codes

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

#69356b Text Font Color

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

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


#69356b Background Color

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

This div background color is #69356b


#69356b Border Color

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

This div border color is #69356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69356b


Comments

No comments written yet.

Please login to write comment.