Color Hex Logo

#9757eb Color Hex

#9757EB
(151,87,235)
0 Favorites   0 Comments

Color spaces of #9757eb

RGB 15187235
HSL0.740.790.63
HSV266°63°92°
CMYK 0.360.630.00   0.08
XYZ31.166119.393980.6980
Yxy19.39390.23740.1478
Hunter Lab44.038549.2573-77.8185
CIE-Lab51.144955.3697-65.2269

#9757eb color RGB value is (151,87,235).

#9757eb hex color red value is 151, green value is 87 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9757eb hue: 0.74 , saturation: 0.79 and the lightness value of 9757eb is 0.63.

The process color (four color CMYK) of #9757eb color hex is 0.36, 0.63, 0.00, 0.08. Web safe color of #9757eb is #9966ff. Color #9757eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010111 11101011
Octal 227 127 353
Decimal 151 87 235
Hex 97 57 EB

RGB Percentages of Color #9757eb

%31.92
%18.39
%49.68

CMYK Percentages of Color #9757eb

%36
%63
%0
%8

Triadic Colors of #9757eb

#9757eb #eb9757 #57eb97

Analogous Colors of #9757eb

#9757eb #e157eb #5761eb

Monochromatic Colors of #9757eb

#9757eb

Complementary Color

#9757eb #abeb57

#9757eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9757eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9757eb Color CSS Codes

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

#9757eb Text Font Color

<p style="color:#9757eb">Text here</p>

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


#9757eb Background Color

<div style="background-color:#9757eb">
Div content here</div>

This div background color is #9757eb


#9757eb Border Color

<div style="border:3px solid #9757eb">
Div here</div>

This div border color is #9757eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,87,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9757eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9757eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9757eb;
  box-shadow:         1px 1px 3px 2px #9757eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,87,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 #9757eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9757eb


Comments

No comments written yet.

Please login to write comment.