Color Hex Logo

#696296 Color Hex

#696296
(105,98,150)
0 Favorites   0 Comments

Color spaces of #696296

RGB 10598150
HSL0.690.210.49
HSV248°35°59°
CMYK 0.300.350.00   0.41
XYZ15.698413.940630.7176
Yxy13.94060.26010.2310
Hunter Lab37.33719.7104-22.6425
CIE-Lab44.147615.0745-27.4686

#696296 color RGB value is (105,98,150).

#696296 hex color red value is 105, green value is 98 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #696296 hue: 0.69 , saturation: 0.21 and the lightness value of 696296 is 0.49.

The process color (four color CMYK) of #696296 color hex is 0.30, 0.35, 0.00, 0.41. Web safe color of #696296 is #666699. Color #696296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 10010110
Octal 151 142 226
Decimal 105 98 150
Hex 69 62 96

RGB Percentages of Color #696296

%29.75
%27.76
%42.49

CMYK Percentages of Color #696296

%30
%35
%0
%41

Triadic Colors of #696296

#696296 #966962 #629669

Analogous Colors of #696296

#696296 #836296 #627596

Monochromatic Colors of #696296

#696296

Complementary Color

#696296 #8f9662

#696296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696296 Color CSS Codes

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

#696296 Text Font Color

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

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


#696296 Background Color

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

This div background color is #696296


#696296 Border Color

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

This div border color is #696296


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,98,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #696296; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #696296;
  -webkit-box-shadow: 1px 1px 3px 2px #696296;
  box-shadow:         1px 1px 3px 2px #696296; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696296


Comments

No comments written yet.

Please login to write comment.