Color Hex Logo

#695afb Color Hex

#695AFB
(105,90,251)
0 Favorites   0 Comments

Color spaces of #695afb

RGB 10590251
HSL0.680.950.67
HSV246°64°98°
CMYK 0.580.640.00   0.02
XYZ26.894417.280693.1848
Yxy17.28060.19580.1258
Hunter Lab41.569942.7363-103.8078
CIE-Lab48.611749.7563-78.4860

#695afb color RGB value is (105,90,251).

#695afb hex color red value is 105, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #695afb hue: 0.68 , saturation: 0.95 and the lightness value of 695afb is 0.67.

The process color (four color CMYK) of #695afb color hex is 0.58, 0.64, 0.00, 0.02. Web safe color of #695afb is #6666ff. Color #695afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011010 11111011
Octal 151 132 373
Decimal 105 90 251
Hex 69 5A FB

RGB Percentages of Color #695afb

%23.54
%20.18
%56.28

CMYK Percentages of Color #695afb

%58
%64
%0
%2

Triadic Colors of #695afb

#695afb #fb695a #5afb69

Analogous Colors of #695afb

#695afb #ba5afb #5a9cfb

Monochromatic Colors of #695afb

#695afb

Complementary Color

#695afb #ecfb5a

#695afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#695afb Color CSS Codes

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

#695afb Text Font Color

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

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


#695afb Background Color

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

This div background color is #695afb


#695afb Border Color

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

This div border color is #695afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695afb


Comments

No comments written yet.

Please login to write comment.