Color Hex Logo

#9b6eca Color Hex

#9B6ECA
(155,110,202)
0 Favorites   0 Comments

Color spaces of #9b6eca

RGB 155110202
HSL0.750.460.61
HSV269°46°79°
CMYK 0.230.460.00   0.21
XYZ29.754222.384758.6296
Yxy22.38470.26860.2021
Hunter Lab47.312529.4595-40.3534
CIE-Lab54.432835.9104-41.2746

#9b6eca color RGB value is (155,110,202).

#9b6eca hex color red value is 155, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9b6eca hue: 0.75 , saturation: 0.46 and the lightness value of 9b6eca is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101110 11001010
Octal 233 156 312
Decimal 155 110 202
Hex 9B 6E CA

RGB Percentages of Color #9b6eca

%33.19
%23.55
%43.25

CMYK Percentages of Color #9b6eca

%23
%46
%0
%21

Triadic Colors of #9b6eca

#9b6eca #ca9b6e #6eca9b

Analogous Colors of #9b6eca

#9b6eca #c96eca #6e6fca

Monochromatic Colors of #9b6eca

#9b6eca

Complementary Color

#9b6eca #9dca6e

#9b6eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6eca Color CSS Codes

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

#9b6eca Text Font Color

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

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


#9b6eca Background Color

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

This div background color is #9b6eca


#9b6eca Border Color

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

This div border color is #9b6eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,110,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 #9b6eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6eca


Comments

No comments written yet.

Please login to write comment.