Color Hex Logo

#695bbb Color Hex

#695BBB
(105,91,187)
0 Favorites   0 Comments

Color spaces of #695bbb

RGB 10591187
HSL0.690.410.55
HSV249°51°73°
CMYK 0.440.510.00   0.27
XYZ18.536414.073348.7531
Yxy14.07330.22780.1730
Hunter Lab37.514422.5492-50.7922
CIE-Lab44.337929.8791-48.9760

#695bbb color RGB value is (105,91,187).

#695bbb hex color red value is 105, green value is 91 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #695bbb hue: 0.69 , saturation: 0.41 and the lightness value of 695bbb is 0.55.

The process color (four color CMYK) of #695bbb color hex is 0.44, 0.51, 0.00, 0.27. Web safe color of #695bbb is #6666cc. Color #695bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 10111011
Octal 151 133 273
Decimal 105 91 187
Hex 69 5B BB

RGB Percentages of Color #695bbb

%27.42
%23.76
%48.83

CMYK Percentages of Color #695bbb

%44
%51
%0
%27

Triadic Colors of #695bbb

#695bbb #bb695b #5bbb69

Analogous Colors of #695bbb

#695bbb #995bbb #5b7dbb

Monochromatic Colors of #695bbb

#695bbb

Complementary Color

#695bbb #adbb5b

#695bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#695bbb Color CSS Codes

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

#695bbb Text Font Color

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

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


#695bbb Background Color

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

This div background color is #695bbb


#695bbb Border Color

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

This div border color is #695bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695bbb


Comments

No comments written yet.

Please login to write comment.