Color Hex Logo

#695fba Color Hex

#695FBA
(105,95,186)
0 Favorites   0 Comments

Color spaces of #695fba

RGB 10595186
HSL0.680.400.55
HSV247°49°73°
CMYK 0.440.490.00   0.27
XYZ18.780814.732848.3082
Yxy14.73280.22950.1801
Hunter Lab38.383320.1685-47.7524
CIE-Lab45.266027.1472-46.9089

#695fba color RGB value is (105,95,186).

#695fba hex color red value is 105, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #695fba hue: 0.68 , saturation: 0.40 and the lightness value of 695fba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 10111010
Octal 151 137 272
Decimal 105 95 186
Hex 69 5F BA

RGB Percentages of Color #695fba

%27.20
%24.61
%48.19

CMYK Percentages of Color #695fba

%44
%49
%0
%27

Triadic Colors of #695fba

#695fba #ba695f #5fba69

Analogous Colors of #695fba

#695fba #975fba #5f83ba

Monochromatic Colors of #695fba

#695fba

Complementary Color

#695fba #b0ba5f

#695fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fba Color CSS Codes

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

#695fba Text Font Color

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

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


#695fba Background Color

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

This div background color is #695fba


#695fba Border Color

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

This div border color is #695fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fba


Comments

No comments written yet.

Please login to write comment.