Color Hex Logo

#695bfb Color Hex

#695BFB
(105,91,251)
0 Favorites   0 Comments

Color spaces of #695bfb

RGB 10591251
HSL0.680.950.67
HSV245°64°98°
CMYK 0.580.640.00   0.02
XYZ26.979417.450593.2131
Yxy17.45050.19600.1268
Hunter Lab41.773842.1792-103.0567
CIE-Lab48.822749.1920-78.1413

#695bfb color RGB value is (105,91,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 11111011
Octal 151 133 373
Decimal 105 91 251
Hex 69 5B FB

RGB Percentages of Color #695bfb

%23.49
%20.36
%56.15

CMYK Percentages of Color #695bfb

%58
%64
%0
%2

Triadic Colors of #695bfb

#695bfb #fb695b #5bfb69

Analogous Colors of #695bfb

#695bfb #b95bfb #5b9dfb

Monochromatic Colors of #695bfb

#695bfb

Complementary Color

#695bfb #edfb5b

#695bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#695bfb Color CSS Codes

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

#695bfb Text Font Color

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

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


#695bfb Background Color

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

This div background color is #695bfb


#695bfb Border Color

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

This div border color is #695bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,91,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 #695bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.