Color Hex Logo

#695fbe Color Hex

#695FBE
(105,95,190)
0 Favorites   0 Comments

Color spaces of #695fbe

RGB 10595190
HSL0.680.420.56
HSV246°50°75°
CMYK 0.450.500.00   0.25
XYZ19.212214.905450.5796
Yxy14.90540.22680.1760
Hunter Lab38.607521.2635-50.6504
CIE-Lab45.504428.3329-48.8522

#695fbe color RGB value is (105,95,190).

#695fbe hex color red value is 105, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #695fbe hue: 0.68 , saturation: 0.42 and the lightness value of 695fbe is 0.56.

The process color (four color CMYK) of #695fbe color hex is 0.45, 0.50, 0.00, 0.25. Web safe color of #695fbe is #6666cc. Color #695fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 10111110
Octal 151 137 276
Decimal 105 95 190
Hex 69 5F BE

RGB Percentages of Color #695fbe

%26.92
%24.36
%48.72

CMYK Percentages of Color #695fbe

%45
%50
%0
%25

Triadic Colors of #695fbe

#695fbe #be695f #5fbe69

Analogous Colors of #695fbe

#695fbe #995fbe #5f85be

Monochromatic Colors of #695fbe

#695fbe

Complementary Color

#695fbe #b4be5f

#695fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fbe Color CSS Codes

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

#695fbe Text Font Color

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

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


#695fbe Background Color

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

This div background color is #695fbe


#695fbe Border Color

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

This div border color is #695fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fbe


Comments

No comments written yet.

Please login to write comment.