Color Hex Logo

#696feb Color Hex

#696FEB
(105,111,235)
0 Favorites   0 Comments

Color spaces of #696feb

RGB 105111235
HSL0.660.760.67
HSV237°55°92°
CMYK 0.550.530.00   0.08
XYZ26.505520.370381.1321
Yxy20.37030.20710.1591
Hunter Lab45.133525.8440-74.9865
CIE-Lab52.253332.4696-63.6398

#696feb color RGB value is (105,111,235).

#696feb hex color red value is 105, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #696feb hue: 0.66 , saturation: 0.76 and the lightness value of 696feb is 0.67.

The process color (four color CMYK) of #696feb color hex is 0.55, 0.53, 0.00, 0.08. Web safe color of #696feb is #6666ff. Color #696feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101111 11101011
Octal 151 157 353
Decimal 105 111 235
Hex 69 6F EB

RGB Percentages of Color #696feb

%23.28
%24.61
%52.11

CMYK Percentages of Color #696feb

%55
%53
%0
%8

Triadic Colors of #696feb

#696feb #eb696f #6feb69

Analogous Colors of #696feb

#696feb #a469eb #69b0eb

Monochromatic Colors of #696feb

#696feb

Complementary Color

#696feb #ebe569

#696feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#696feb Color CSS Codes

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

#696feb Text Font Color

<p style="color:#696feb">Text here</p>

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


#696feb Background Color

<div style="background-color:#696feb">
Div content here</div>

This div background color is #696feb


#696feb Border Color

<div style="border:3px solid #696feb">
Div here</div>

This div border color is #696feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,111,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696feb;
  -webkit-box-shadow: 1px 1px 3px 2px #696feb;
  box-shadow:         1px 1px 3px 2px #696feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696feb


Comments

No comments written yet.

Please login to write comment.