Color Hex Logo

#9633be Color Hex

#9633BE
(150,51,190)
0 Favorites   0 Comments

Color spaces of #9633be

RGB 15051190
HSL0.790.580.47
HSV283°73°75°
CMYK 0.210.730.00   0.25
XYZ23.055812.569449.9262
Yxy12.56940.26950.1469
Hunter Lab35.453354.0376-58.6762
CIE-Lab42.107161.3677-54.0396

#9633be color RGB value is (150,51,190).

#9633be hex color red value is 150, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9633be hue: 0.79 , saturation: 0.58 and the lightness value of 9633be is 0.47.

The process color (four color CMYK) of #9633be color hex is 0.21, 0.73, 0.00, 0.25. Web safe color of #9633be is #9933cc. Color #9633be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110011 10111110
Octal 226 63 276
Decimal 150 51 190
Hex 96 33 BE

RGB Percentages of Color #9633be

%38.36
%13.04
%48.59

CMYK Percentages of Color #9633be

%21
%73
%0
%25

Triadic Colors of #9633be

#9633be #be9633 #33be96

Analogous Colors of #9633be

#9633be #be33a1 #5033be

Monochromatic Colors of #9633be

#9633be

Complementary Color

#9633be #5bbe33

#9633be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9633be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9633be Color CSS Codes

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

#9633be Text Font Color

<p style="color:#9633be">Text here</p>

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


#9633be Background Color

<div style="background-color:#9633be">
Div content here</div>

This div background color is #9633be


#9633be Border Color

<div style="border:3px solid #9633be">
Div here</div>

This div border color is #9633be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,51,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9633be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9633be;
  -webkit-box-shadow: 1px 1px 3px 2px #9633be;
  box-shadow:         1px 1px 3px 2px #9633be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9633be


Comments

No comments written yet.

Please login to write comment.