Color Hex Logo

#695eb1 Color Hex

#695EB1
(105,94,177)
0 Favorites   0 Comments

Color spaces of #695eb1

RGB 10594177
HSL0.690.350.53
HSV248°47°69°
CMYK 0.410.470.00   0.31
XYZ17.764214.183043.3963
Yxy14.18300.23580.1882
Hunter Lab37.660318.2921-41.9581
CIE-Lab44.494225.1215-42.8837

#695eb1 color RGB value is (105,94,177).

#695eb1 hex color red value is 105, green value is 94 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #695eb1 hue: 0.69 , saturation: 0.35 and the lightness value of 695eb1 is 0.53.

The process color (four color CMYK) of #695eb1 color hex is 0.41, 0.47, 0.00, 0.31. Web safe color of #695eb1 is #666699. Color #695eb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011110 10110001
Octal 151 136 261
Decimal 105 94 177
Hex 69 5E B1

RGB Percentages of Color #695eb1

%27.93
%25.00
%47.07

CMYK Percentages of Color #695eb1

%41
%47
%0
%31

Triadic Colors of #695eb1

#695eb1 #b1695e #5eb169

Analogous Colors of #695eb1

#695eb1 #935eb1 #5e7db1

Monochromatic Colors of #695eb1

#695eb1

Complementary Color

#695eb1 #a6b15e

#695eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695eb1 Color CSS Codes

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

#695eb1 Text Font Color

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

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


#695eb1 Background Color

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

This div background color is #695eb1


#695eb1 Border Color

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

This div border color is #695eb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,94,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695eb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695eb1;
  -webkit-box-shadow: 1px 1px 3px 2px #695eb1;
  box-shadow:         1px 1px 3px 2px #695eb1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695eb1


Comments

No comments written yet.

Please login to write comment.