Color Hex Logo

#696288 Color Hex

#696288
(105,98,136)
0 Favorites   0 Comments

Color spaces of #696288

RGB 10598136
HSL0.700.160.46
HSV251°28°53°
CMYK 0.230.280.00   0.47
XYZ14.637313.516225.1300
Yxy13.51620.27470.2537
Hunter Lab36.76446.7300-14.7921
CIE-Lab43.531011.4068-20.0405

#696288 color RGB value is (105,98,136).

#696288 hex color red value is 105, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #696288 hue: 0.70 , saturation: 0.16 and the lightness value of 696288 is 0.46.

The process color (four color CMYK) of #696288 color hex is 0.23, 0.28, 0.00, 0.47. Web safe color of #696288 is #666699. Color #696288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 10001000
Octal 151 142 210
Decimal 105 98 136
Hex 69 62 88

RGB Percentages of Color #696288

%30.97
%28.91
%40.12

CMYK Percentages of Color #696288

%23
%28
%0
%47

Triadic Colors of #696288

#696288 #886962 #628869

Analogous Colors of #696288

#696288 #7c6288 #626e88

Monochromatic Colors of #696288

#696288

Complementary Color

#696288 #818862

#696288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696288 Color CSS Codes

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

#696288 Text Font Color

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

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


#696288 Background Color

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

This div background color is #696288


#696288 Border Color

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

This div border color is #696288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696288


Comments

No comments written yet.

Please login to write comment.