Color Hex Logo

#9638ed Color Hex

#9638ED
(150,56,237)
0 Favorites   0 Comments

Color spaces of #9638ed

RGB 15056237
HSL0.750.830.57
HSV271°76°93°
CMYK 0.370.760.00   0.07
XYZ29.277915.426881.5553
Yxy15.42680.23190.1222
Hunter Lab39.277064.3231-95.6168
CIE-Lab46.213369.5180-74.3684

#9638ed color RGB value is (150,56,237).

#9638ed hex color red value is 150, green value is 56 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9638ed hue: 0.75 , saturation: 0.83 and the lightness value of 9638ed is 0.57.

The process color (four color CMYK) of #9638ed color hex is 0.37, 0.76, 0.00, 0.07. Web safe color of #9638ed is #9933ff. Color #9638ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 11101101
Octal 226 70 355
Decimal 150 56 237
Hex 96 38 ED

RGB Percentages of Color #9638ed

%33.86
%12.64
%53.50

CMYK Percentages of Color #9638ed

%37
%76
%0
%7

Triadic Colors of #9638ed

#9638ed #ed9638 #38ed96

Analogous Colors of #9638ed

#9638ed #ed38ea #3b38ed

Monochromatic Colors of #9638ed

#9638ed

Complementary Color

#9638ed #8fed38

#9638ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9638ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9638ed Color CSS Codes

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

#9638ed Text Font Color

<p style="color:#9638ed">Text here</p>

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


#9638ed Background Color

<div style="background-color:#9638ed">
Div content here</div>

This div background color is #9638ed


#9638ed Border Color

<div style="border:3px solid #9638ed">
Div here</div>

This div border color is #9638ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,56,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9638ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9638ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9638ed;
  box-shadow:         1px 1px 3px 2px #9638ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9638ed


Comments

No comments written yet.

Please login to write comment.