Color Hex Logo

#9b81ca Color Hex

#9B81CA
(155,129,202)
0 Favorites   0 Comments

Color spaces of #9b81ca

RGB 155129202
HSL0.730.410.65
HSV261°36°79°
CMYK 0.230.360.00   0.21
XYZ32.028526.933359.3877
Yxy26.93330.27060.2276
Hunter Lab51.897319.3413-31.5193
CIE-Lab58.912525.0398-34.2493

#9b81ca color RGB value is (155,129,202).

#9b81ca hex color red value is 155, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9b81ca hue: 0.73 , saturation: 0.41 and the lightness value of 9b81ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000001 11001010
Octal 233 201 312
Decimal 155 129 202
Hex 9B 81 CA

RGB Percentages of Color #9b81ca

%31.89
%26.54
%41.56

CMYK Percentages of Color #9b81ca

%23
%36
%0
%21

Triadic Colors of #9b81ca

#9b81ca #ca9b81 #81ca9b

Analogous Colors of #9b81ca

#9b81ca #c081ca #818cca

Monochromatic Colors of #9b81ca

#9b81ca

Complementary Color

#9b81ca #b0ca81

#9b81ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b81ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b81ca Color CSS Codes

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

#9b81ca Text Font Color

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

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


#9b81ca Background Color

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

This div background color is #9b81ca


#9b81ca Border Color

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

This div border color is #9b81ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b81ca


Comments

No comments written yet.

Please login to write comment.