Color Hex Logo

#9735eb Color Hex

#9735EB
(151,53,235)
0 Favorites   0 Comments

Color spaces of #9735eb

RGB 15153235
HSL0.760.820.56
HSV272°77°92°
CMYK 0.360.770.00   0.08
XYZ29.031015.123779.9863
Yxy15.12370.23390.1218
Hunter Lab38.889265.1951-94.7237
CIE-Lab45.803270.3340-73.9032

#9735eb color RGB value is (151,53,235).

#9735eb hex color red value is 151, green value is 53 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9735eb hue: 0.76 , saturation: 0.82 and the lightness value of 9735eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110101 11101011
Octal 227 65 353
Decimal 151 53 235
Hex 97 35 EB

RGB Percentages of Color #9735eb

%34.40
%12.07
%53.53

CMYK Percentages of Color #9735eb

%36
%77
%0
%8

Triadic Colors of #9735eb

#9735eb #eb9735 #35eb97

Analogous Colors of #9735eb

#9735eb #eb35e4 #3c35eb

Monochromatic Colors of #9735eb

#9735eb

Complementary Color

#9735eb #89eb35

#9735eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9735eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9735eb Color CSS Codes

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

#9735eb Text Font Color

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

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


#9735eb Background Color

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

This div background color is #9735eb


#9735eb Border Color

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

This div border color is #9735eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9735eb


Comments

No comments written yet.

Please login to write comment.