Color Hex Logo

#9690c5 Color Hex

#9690C5
(150,144,197)
0 Favorites   0 Comments

Color spaces of #9690c5

RGB 150144197
HSL0.690.310.67
HSV247°27°77°
CMYK 0.240.270.00   0.23
XYZ32.629030.461856.9833
Yxy30.46180.27170.2537
Hunter Lab55.19228.9408-22.5795
CIE-Lab62.050613.6745-26.6030

#9690c5 color RGB value is (150,144,197).

#9690c5 hex color red value is 150, green value is 144 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #9690c5 hue: 0.69 , saturation: 0.31 and the lightness value of 9690c5 is 0.67.

The process color (four color CMYK) of #9690c5 color hex is 0.24, 0.27, 0.00, 0.23. Web safe color of #9690c5 is #9999cc. Color #9690c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010000 11000101
Octal 226 220 305
Decimal 150 144 197
Hex 96 90 C5

RGB Percentages of Color #9690c5

%30.55
%29.33
%40.12

CMYK Percentages of Color #9690c5

%24
%27
%0
%23

Triadic Colors of #9690c5

#9690c5 #c59690 #90c596

Analogous Colors of #9690c5

#9690c5 #b190c5 #90a5c5

Monochromatic Colors of #9690c5

#9690c5

Complementary Color

#9690c5 #bfc590

#9690c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9690c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9690c5 Color CSS Codes

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

#9690c5 Text Font Color

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

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


#9690c5 Background Color

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

This div background color is #9690c5


#9690c5 Border Color

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

This div border color is #9690c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,144,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9690c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9690c5;
  -webkit-box-shadow: 1px 1px 3px 2px #9690c5;
  box-shadow:         1px 1px 3px 2px #9690c5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9690c5


Comments

No comments written yet.

Please login to write comment.