Color Hex Logo

#9657e1 Color Hex

#9657E1
(150,87,225)
0 Favorites   0 Comments

Color spaces of #9657e1

RGB 15087225
HSL0.740.700.61
HSV267°61°88°
CMYK 0.330.610.00   0.12
XYZ29.576518.736773.2918
Yxy18.73670.24320.1541
Hunter Lab43.285946.2156-70.0898
CIE-Lab50.377752.7121-60.8341

#9657e1 color RGB value is (150,87,225).

#9657e1 hex color red value is 150, green value is 87 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #9657e1 hue: 0.74 , saturation: 0.70 and the lightness value of 9657e1 is 0.61.

The process color (four color CMYK) of #9657e1 color hex is 0.33, 0.61, 0.00, 0.12. Web safe color of #9657e1 is #9966cc. Color #9657e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010111 11100001
Octal 226 127 341
Decimal 150 87 225
Hex 96 57 E1

RGB Percentages of Color #9657e1

%32.47
%18.83
%48.70

CMYK Percentages of Color #9657e1

%33
%61
%0
%12

Triadic Colors of #9657e1

#9657e1 #e19657 #57e196

Analogous Colors of #9657e1

#9657e1 #db57e1 #575de1

Monochromatic Colors of #9657e1

#9657e1

Complementary Color

#9657e1 #a2e157

#9657e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9657e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9657e1 Color CSS Codes

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

#9657e1 Text Font Color

<p style="color:#9657e1">Text here</p>

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


#9657e1 Background Color

<div style="background-color:#9657e1">
Div content here</div>

This div background color is #9657e1


#9657e1 Border Color

<div style="border:3px solid #9657e1">
Div here</div>

This div border color is #9657e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,87,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9657e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9657e1;
  -webkit-box-shadow: 1px 1px 3px 2px #9657e1;
  box-shadow:         1px 1px 3px 2px #9657e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,87,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9657e1


Comments

No comments written yet.

Please login to write comment.