Color Hex Logo

#696eeb Color Hex

#696EEB
(105,110,235)
0 Favorites   0 Comments

Color spaces of #696eeb

RGB 105110235
HSL0.660.760.67
HSV238°55°92°
CMYK 0.550.530.00   0.08
XYZ26.397020.153381.0960
Yxy20.15330.20680.1579
Hunter Lab44.892426.3973-75.6798
CIE-Lab52.010133.0716-64.0323

#696eeb color RGB value is (105,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101110 11101011
Octal 151 156 353
Decimal 105 110 235
Hex 69 6E EB

RGB Percentages of Color #696eeb

%23.33
%24.44
%52.22

CMYK Percentages of Color #696eeb

%55
%53
%0
%8

Triadic Colors of #696eeb

#696eeb #eb696e #6eeb69

Analogous Colors of #696eeb

#696eeb #a569eb #69afeb

Monochromatic Colors of #696eeb

#696eeb

Complementary Color

#696eeb #ebe669

#696eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#696eeb Color CSS Codes

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

#696eeb Text Font Color

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

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


#696eeb Background Color

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

This div background color is #696eeb


#696eeb Border Color

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

This div border color is #696eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696eeb


Comments

No comments written yet.

Please login to write comment.