Color Hex Logo

#9b5ced Color Hex

#9B5CED
(155,92,237)
0 Favorites   0 Comments

Color spaces of #9b5ced

RGB 15592237
HSL0.740.800.65
HSV266°61°93°
CMYK 0.350.610.00   0.07
XYZ32.630820.737382.4036
Yxy20.73730.24030.1527
Hunter Lab45.538248.2138-75.4113
CIE-Lab52.660854.1545-63.8796

#9b5ced color RGB value is (155,92,237).

#9b5ced hex color red value is 155, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9b5ced hue: 0.74 , saturation: 0.80 and the lightness value of 9b5ced is 0.65.

The process color (four color CMYK) of #9b5ced color hex is 0.35, 0.61, 0.00, 0.07. Web safe color of #9b5ced is #9966ff. Color #9b5ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011100 11101101
Octal 233 134 355
Decimal 155 92 237
Hex 9B 5C ED

RGB Percentages of Color #9b5ced

%32.02
%19.01
%48.97

CMYK Percentages of Color #9b5ced

%35
%61
%0
%7

Triadic Colors of #9b5ced

#9b5ced #ed9b5c #5ced9b

Analogous Colors of #9b5ced

#9b5ced #e45ced #5c66ed

Monochromatic Colors of #9b5ced

#9b5ced

Complementary Color

#9b5ced #aeed5c

#9b5ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5ced Color CSS Codes

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

#9b5ced Text Font Color

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

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


#9b5ced Background Color

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

This div background color is #9b5ced


#9b5ced Border Color

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

This div border color is #9b5ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,92,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5ced


Comments

No comments written yet.

Please login to write comment.