Color Hex Logo

#9f35eb Color Hex

#9F35EB
(159,53,235)
0 Favorites   0 Comments

Color spaces of #9f35eb

RGB 15953235
HSL0.760.820.56
HSV275°77°92°
CMYK 0.320.770.00   0.08
XYZ30.566615.915380.0582
Yxy15.91530.24160.1258
Hunter Lab39.894066.9515-91.0558
CIE-Lab46.863271.6004-72.1297

#9f35eb color RGB value is (159,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00110101 11101011
Octal 237 65 353
Decimal 159 53 235
Hex 9F 35 EB

RGB Percentages of Color #9f35eb

%35.57
%11.86
%52.57

CMYK Percentages of Color #9f35eb

%32
%77
%0
%8

Triadic Colors of #9f35eb

#9f35eb #eb9f35 #35eb9f

Analogous Colors of #9f35eb

#9f35eb #eb35dc #4435eb

Monochromatic Colors of #9f35eb

#9f35eb

Complementary Color

#9f35eb #81eb35

#9f35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f35eb Color CSS Codes

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

#9f35eb Text Font Color

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

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


#9f35eb Background Color

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

This div background color is #9f35eb


#9f35eb Border Color

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

This div border color is #9f35eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,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 #9f35eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f35eb


Comments

No comments written yet.

Please login to write comment.