Color Hex Logo

#695bbe Color Hex

#695BBE
(105,91,190)
0 Favorites   0 Comments

Color spaces of #695bbe

RGB 10591190
HSL0.690.430.55
HSV248°52°75°
CMYK 0.450.520.00   0.25
XYZ18.861014.203150.4626
Yxy14.20310.22580.1700
Hunter Lab37.687023.3806-53.0079
CIE-Lab44.522830.7647-50.4250

#695bbe color RGB value is (105,91,190).

#695bbe hex color red value is 105, green value is 91 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #695bbe hue: 0.69 , saturation: 0.43 and the lightness value of 695bbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 10111110
Octal 151 133 276
Decimal 105 91 190
Hex 69 5B BE

RGB Percentages of Color #695bbe

%27.20
%23.58
%49.22

CMYK Percentages of Color #695bbe

%45
%52
%0
%25

Triadic Colors of #695bbe

#695bbe #be695b #5bbe69

Analogous Colors of #695bbe

#695bbe #9b5bbe #5b7fbe

Monochromatic Colors of #695bbe

#695bbe

Complementary Color

#695bbe #b0be5b

#695bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#695bbe Color CSS Codes

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

#695bbe Text Font Color

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

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


#695bbe Background Color

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

This div background color is #695bbe


#695bbe Border Color

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

This div border color is #695bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,91,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 #695bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695bbe


Comments

No comments written yet.

Please login to write comment.