Color Hex Logo

#695bad Color Hex

#695BAD
(105,91,173)
0 Favorites   0 Comments

Color spaces of #695bad

RGB 10591173
HSL0.700.330.52
HSV250°47°68°
CMYK 0.390.470.00   0.32
XYZ17.109613.502641.2396
Yxy13.50260.23810.1879
Hunter Lab36.745918.8078-40.8186
CIE-Lab43.511025.8042-42.0992

#695bad color RGB value is (105,91,173).

#695bad hex color red value is 105, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #695bad hue: 0.70 , saturation: 0.33 and the lightness value of 695bad is 0.52.

The process color (four color CMYK) of #695bad color hex is 0.39, 0.47, 0.00, 0.32. Web safe color of #695bad is #666699. Color #695bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 10101101
Octal 151 133 255
Decimal 105 91 173
Hex 69 5B AD

RGB Percentages of Color #695bad

%28.46
%24.66
%46.88

CMYK Percentages of Color #695bad

%39
%47
%0
%32

Triadic Colors of #695bad

#695bad #ad695b #5bad69

Analogous Colors of #695bad

#695bad #925bad #5b76ad

Monochromatic Colors of #695bad

#695bad

Complementary Color

#695bad #9fad5b

#695bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#695bad Color CSS Codes

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

#695bad Text Font Color

<p style="color:#695bad">Text here</p>

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


#695bad Background Color

<div style="background-color:#695bad">
Div content here</div>

This div background color is #695bad


#695bad Border Color

<div style="border:3px solid #695bad">
Div here</div>

This div border color is #695bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,91,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695bad;
  -webkit-box-shadow: 1px 1px 3px 2px #695bad;
  box-shadow:         1px 1px 3px 2px #695bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695bad


Comments

No comments written yet.

Please login to write comment.