Color Hex Logo

#9c95ca Color Hex

#9C95CA
(156,149,202)
0 Favorites   0 Comments

Color spaces of #9c95ca

RGB 156149202
HSL0.690.330.69
HSV248°26°79°
CMYK 0.230.260.00   0.21
XYZ35.118432.827160.3624
Yxy32.82710.27370.2558
Hunter Lab57.29499.1438-22.3578
CIE-Lab64.020713.8693-26.3313

#9c95ca color RGB value is (156,149,202).

#9c95ca hex color red value is 156, green value is 149 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9c95ca hue: 0.69 , saturation: 0.33 and the lightness value of 9c95ca is 0.69.

The process color (four color CMYK) of #9c95ca color hex is 0.23, 0.26, 0.00, 0.21. Web safe color of #9c95ca is #9999cc. Color #9c95ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10010101 11001010
Octal 234 225 312
Decimal 156 149 202
Hex 9C 95 CA

RGB Percentages of Color #9c95ca

%30.77
%29.39
%39.84

CMYK Percentages of Color #9c95ca

%23
%26
%0
%21

Triadic Colors of #9c95ca

#9c95ca #ca9c95 #95ca9c

Analogous Colors of #9c95ca

#9c95ca #b795ca #95a9ca

Monochromatic Colors of #9c95ca

#9c95ca

Complementary Color

#9c95ca #c3ca95

#9c95ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c95ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c95ca Color CSS Codes

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

#9c95ca Text Font Color

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

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


#9c95ca Background Color

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

This div background color is #9c95ca


#9c95ca Border Color

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

This div border color is #9c95ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,149,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c95ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c95ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9c95ca;
  box-shadow:         1px 1px 3px 2px #9c95ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c95ca


Comments

No comments written yet.

Please login to write comment.