Color Hex Logo

#9695da Color Hex

#9695DA
(150,149,218)
0 Favorites   0 Comments

Color spaces of #9695da

RGB 150149218
HSL0.670.480.72
HSV241°32°85°
CMYK 0.310.320.00   0.15
XYZ35.980033.040970.8108
Yxy33.04090.25730.2363
Hunter Lab57.481211.1388-32.8022
CIE-Lab64.194016.0326-35.0123

#9695da color RGB value is (150,149,218).

#9695da hex color red value is 150, green value is 149 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9695da hue: 0.67 , saturation: 0.48 and the lightness value of 9695da is 0.72.

The process color (four color CMYK) of #9695da color hex is 0.31, 0.32, 0.00, 0.15. Web safe color of #9695da is #9999cc. Color #9695da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010101 11011010
Octal 226 225 332
Decimal 150 149 218
Hex 96 95 DA

RGB Percentages of Color #9695da

%29.01
%28.82
%42.17

CMYK Percentages of Color #9695da

%31
%32
%0
%15

Triadic Colors of #9695da

#9695da #da9695 #95da96

Analogous Colors of #9695da

#9695da #b995da #95b7da

Monochromatic Colors of #9695da

#9695da

Complementary Color

#9695da #d9da95

#9695da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9695da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9695da Color CSS Codes

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

#9695da Text Font Color

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

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


#9695da Background Color

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

This div background color is #9695da


#9695da Border Color

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

This div border color is #9695da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,149,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9695da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9695da;
  -webkit-box-shadow: 1px 1px 3px 2px #9695da;
  box-shadow:         1px 1px 3px 2px #9695da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,149,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9695da


Comments

No comments written yet.

Please login to write comment.