Color Hex Logo

#695fdb Color Hex

#695FDB
(105,95,219)
0 Favorites   0 Comments

Color spaces of #695fdb

RGB 10595219
HSL0.680.630.62
HSV245°57°86°
CMYK 0.520.570.00   0.14
XYZ22.704116.302168.9678
Yxy16.30210.21030.1510
Hunter Lab40.375929.7161-73.0128
CIE-Lab47.368437.0963-62.5055

#695fdb color RGB value is (105,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011111 11011011
Octal 151 137 333
Decimal 105 95 219
Hex 69 5F DB

RGB Percentages of Color #695fdb

%25.06
%22.67
%52.27

CMYK Percentages of Color #695fdb

%52
%57
%0
%14

Triadic Colors of #695fdb

#695fdb #db695f #5fdb69

Analogous Colors of #695fdb

#695fdb #a75fdb #5f93db

Monochromatic Colors of #695fdb

#695fdb

Complementary Color

#695fdb #d1db5f

#695fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#695fdb Color CSS Codes

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

#695fdb Text Font Color

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

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


#695fdb Background Color

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

This div background color is #695fdb


#695fdb Border Color

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

This div border color is #695fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695fdb


Comments

No comments written yet.

Please login to write comment.