Color Hex Logo

#695890 Color Hex

#695890
(105,88,144)
0 Favorites   0 Comments

Color spaces of #695890

RGB 10588144
HSL0.720.240.45
HSV258°39°56°
CMYK 0.270.390.00   0.44
XYZ14.349511.996327.9448
Yxy11.99630.26430.2210
Hunter Lab34.635713.3398-23.5915
CIE-Lab41.210219.6418-28.4611

#695890 color RGB value is (105,88,144).

#695890 hex color red value is 105, green value is 88 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #695890 hue: 0.72 , saturation: 0.24 and the lightness value of 695890 is 0.45.

The process color (four color CMYK) of #695890 color hex is 0.27, 0.39, 0.00, 0.44. Web safe color of #695890 is #666699. Color #695890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011000 10010000
Octal 151 130 220
Decimal 105 88 144
Hex 69 58 90

RGB Percentages of Color #695890

%31.16
%26.11
%42.73

CMYK Percentages of Color #695890

%27
%39
%0
%44

Triadic Colors of #695890

#695890 #906958 #589069

Analogous Colors of #695890

#695890 #855890 #586390

Monochromatic Colors of #695890

#695890

Complementary Color

#695890 #7f9058

#695890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695890 Color CSS Codes

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

#695890 Text Font Color

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

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


#695890 Background Color

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

This div background color is #695890


#695890 Border Color

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

This div border color is #695890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,88,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #695890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #695890;
  -webkit-box-shadow: 1px 1px 3px 2px #695890;
  box-shadow:         1px 1px 3px 2px #695890; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695890


Comments

No comments written yet.

Please login to write comment.