Color Hex Logo

#9d3ceb Color Hex

#9D3CEB
(157,60,235)
0 Favorites   0 Comments

Color spaces of #9d3ceb

RGB 15760235
HSL0.760.810.58
HSV273°74°92°
CMYK 0.330.740.00   0.08
XYZ30.515916.398080.1540
Yxy16.39800.24020.1290
Hunter Lab40.494463.6492-89.0115
CIE-Lab47.492468.6987-71.1168

#9d3ceb color RGB value is (157,60,235).

#9d3ceb hex color red value is 157, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9d3ceb hue: 0.76 , saturation: 0.81 and the lightness value of 9d3ceb is 0.58.

The process color (four color CMYK) of #9d3ceb color hex is 0.33, 0.74, 0.00, 0.08. Web safe color of #9d3ceb is #9933ff. Color #9d3ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00111100 11101011
Octal 235 74 353
Decimal 157 60 235
Hex 9D 3C EB

RGB Percentages of Color #9d3ceb

%34.73
%13.27
%51.99

CMYK Percentages of Color #9d3ceb

%33
%74
%0
%8

Triadic Colors of #9d3ceb

#9d3ceb #eb9d3c #3ceb9d

Analogous Colors of #9d3ceb

#9d3ceb #eb3ce2 #453ceb

Monochromatic Colors of #9d3ceb

#9d3ceb

Complementary Color

#9d3ceb #8aeb3c

#9d3ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d3ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d3ceb Color CSS Codes

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

#9d3ceb Text Font Color

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

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


#9d3ceb Background Color

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

This div background color is #9d3ceb


#9d3ceb Border Color

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

This div border color is #9d3ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,60,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d3ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d3ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #9d3ceb;
  box-shadow:         1px 1px 3px 2px #9d3ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,60,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d3ceb


Comments

No comments written yet.

Please login to write comment.