Color Hex Logo

#695fbc Color Hex

#695FBC
(105,95,188)
0 Favorites   0 Comments

Color spaces of #695fbc

RGB 10595188
HSL0.680.410.55
HSV246°49°74°
CMYK 0.440.490.00   0.26
XYZ18.995014.818549.4361
Yxy14.81850.22820.1780
Hunter Lab38.494820.7137-49.1955
CIE-Lab45.384627.7391-47.8825

#695fbc color RGB value is (105,95,188).

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

The process color (four color CMYK) of #695fbc color hex is 0.44, 0.49, 0.00, 0.26. Web safe color of #695fbc is #6666cc. Color #695fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 10111100
Octal 151 137 274
Decimal 105 95 188
Hex 69 5F BC

RGB Percentages of Color #695fbc

%27.06
%24.48
%48.45

CMYK Percentages of Color #695fbc

%44
%49
%0
%26

Triadic Colors of #695fbc

#695fbc #bc695f #5fbc69

Analogous Colors of #695fbc

#695fbc #985fbc #5f84bc

Monochromatic Colors of #695fbc

#695fbc

Complementary Color

#695fbc #b2bc5f

#695fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fbc Color CSS Codes

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

#695fbc Text Font Color

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

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


#695fbc Background Color

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

This div background color is #695fbc


#695fbc Border Color

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

This div border color is #695fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fbc


Comments

No comments written yet.

Please login to write comment.