Color Hex Logo

#9c1bee Color Hex

#9C1BEE
(156,27,238)
0 Favorites   0 Comments

Color spaces of #9c1bee

RGB 15627238
HSL0.770.860.52
HSV277°89°93°
CMYK 0.340.890.00   0.07
XYZ29.534914.024882.0393
Yxy14.02480.23520.1117
Hunter Lab37.449775.2380-103.6690
CIE-Lab44.268578.8861-78.0801

#9c1bee color RGB value is (156,27,238).

#9c1bee hex color red value is 156, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9c1bee hue: 0.77 , saturation: 0.86 and the lightness value of 9c1bee is 0.52.

The process color (four color CMYK) of #9c1bee color hex is 0.34, 0.89, 0.00, 0.07. Web safe color of #9c1bee is #9933ff. Color #9c1bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00011011 11101110
Octal 234 33 356
Decimal 156 27 238
Hex 9C 1B EE

RGB Percentages of Color #9c1bee

%37.05
%6.41
%56.53

CMYK Percentages of Color #9c1bee

%34
%89
%0
%7

Triadic Colors of #9c1bee

#9c1bee #ee9c1b #1bee9c

Analogous Colors of #9c1bee

#9c1bee #ee1bd7 #331bee

Monochromatic Colors of #9c1bee

#9c1bee

Complementary Color

#9c1bee #6dee1b

#9c1bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c1bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c1bee Color CSS Codes

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

#9c1bee Text Font Color

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

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


#9c1bee Background Color

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

This div background color is #9c1bee


#9c1bee Border Color

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

This div border color is #9c1bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c1bee


Comments

No comments written yet.

Please login to write comment.