Color Hex Logo

#9755eb Color Hex

#9755EB
(151,85,235)
0 Favorites   0 Comments

Color spaces of #9755eb

RGB 15185235
HSL0.740.790.63
HSV266°64°92°
CMYK 0.360.640.00   0.08
XYZ31.006419.074580.6448
Yxy19.07450.23720.1459
Hunter Lab43.674450.2951-78.9071
CIE-Lab50.774356.3774-65.8262

#9755eb color RGB value is (151,85,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010101 11101011
Octal 227 125 353
Decimal 151 85 235
Hex 97 55 EB

RGB Percentages of Color #9755eb

%32.06
%18.05
%49.89

CMYK Percentages of Color #9755eb

%36
%64
%0
%8

Triadic Colors of #9755eb

#9755eb #eb9755 #55eb97

Analogous Colors of #9755eb

#9755eb #e255eb #555eeb

Monochromatic Colors of #9755eb

#9755eb

Complementary Color

#9755eb #a9eb55

#9755eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9755eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9755eb Color CSS Codes

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

#9755eb Text Font Color

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

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


#9755eb Background Color

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

This div background color is #9755eb


#9755eb Border Color

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

This div border color is #9755eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9755eb


Comments

No comments written yet.

Please login to write comment.