Color Hex Logo

#695dac Color Hex

#695DAC
(105,93,172)
0 Favorites   0 Comments

Color spaces of #695dac

RGB 10593172
HSL0.690.320.52
HSV249°46°67°
CMYK 0.390.460.00   0.33
XYZ17.186413.810540.7896
Yxy13.81050.23940.1924
Hunter Lab37.162517.5159-39.0631
CIE-Lab43.959924.2909-40.7969

#695dac color RGB value is (105,93,172).

#695dac hex color red value is 105, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #695dac hue: 0.69 , saturation: 0.32 and the lightness value of 695dac is 0.52.

The process color (four color CMYK) of #695dac color hex is 0.39, 0.46, 0.00, 0.33. Web safe color of #695dac is #666699. Color #695dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011101 10101100
Octal 151 135 254
Decimal 105 93 172
Hex 69 5D AC

RGB Percentages of Color #695dac

%28.38
%25.14
%46.49

CMYK Percentages of Color #695dac

%39
%46
%0
%33

Triadic Colors of #695dac

#695dac #ac695d #5dac69

Analogous Colors of #695dac

#695dac #915dac #5d79ac

Monochromatic Colors of #695dac

#695dac

Complementary Color

#695dac #a0ac5d

#695dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#695dac Color CSS Codes

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

#695dac Text Font Color

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

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


#695dac Background Color

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

This div background color is #695dac


#695dac Border Color

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

This div border color is #695dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695dac


Comments

No comments written yet.

Please login to write comment.