Color Hex Logo

#696eec Color Hex

#696EEC
(105,110,236)
0 Favorites   0 Comments

Color spaces of #696eec

RGB 105110236
HSL0.660.780.67
HSV238°56°93°
CMYK 0.560.530.00   0.07
XYZ26.542020.211281.8591
Yxy20.21120.20640.1571
Hunter Lab44.956926.7098-76.4876
CIE-Lab52.075233.3874-64.4870

#696eec color RGB value is (105,110,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01101110 11101100
Octal 151 156 354
Decimal 105 110 236
Hex 69 6E EC

RGB Percentages of Color #696eec

%23.28
%24.39
%52.33

CMYK Percentages of Color #696eec

%56
%53
%0
%7

Triadic Colors of #696eec

#696eec #ec696e #6eec69

Analogous Colors of #696eec

#696eec #a669ec #69b0ec

Monochromatic Colors of #696eec

#696eec

Complementary Color

#696eec #ece769

#696eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#696eec Color CSS Codes

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

#696eec Text Font Color

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

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


#696eec Background Color

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

This div background color is #696eec


#696eec Border Color

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

This div border color is #696eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696eec


Comments

No comments written yet.

Please login to write comment.