Color Hex Logo

#9c55be Color Hex

#9C55BE
(156,85,190)
0 Favorites   0 Comments

Color spaces of #9c55be

RGB 15685190
HSL0.780.450.54
HSV281°55°75°
CMYK 0.180.550.00   0.25
XYZ26.253117.282650.6674
Yxy17.28260.27870.1835
Hunter Lab41.572339.9718-43.1606
CIE-Lab48.614247.1154-43.5800

#9c55be color RGB value is (156,85,190).

#9c55be hex color red value is 156, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9c55be hue: 0.78 , saturation: 0.45 and the lightness value of 9c55be is 0.54.

The process color (four color CMYK) of #9c55be color hex is 0.18, 0.55, 0.00, 0.25. Web safe color of #9c55be is #9966cc. Color #9c55be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01010101 10111110
Octal 234 125 276
Decimal 156 85 190
Hex 9C 55 BE

RGB Percentages of Color #9c55be

%36.19
%19.72
%44.08

CMYK Percentages of Color #9c55be

%18
%55
%0
%25

Triadic Colors of #9c55be

#9c55be #be9c55 #55be9c

Analogous Colors of #9c55be

#9c55be #be55ac #6855be

Monochromatic Colors of #9c55be

#9c55be

Complementary Color

#9c55be #77be55

#9c55be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c55be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c55be Color CSS Codes

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

#9c55be Text Font Color

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

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


#9c55be Background Color

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

This div background color is #9c55be


#9c55be Border Color

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

This div border color is #9c55be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c55be


Comments

No comments written yet.

Please login to write comment.