Color Hex Logo

#9638fe Color Hex

#9638FE
(150,56,254)
0 Favorites   0 Comments

Color spaces of #9638fe

RGB 15056254
HSL0.750.990.61
HSV268°78°100°
CMYK 0.410.780.00   0.00
XYZ31.881216.468195.2643
Yxy16.46810.22200.1147
Hunter Lab40.580969.2167-110.7775
CIE-Lab47.582773.3410-81.6622

#9638fe color RGB value is (150,56,254).

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

The process color (four color CMYK) of #9638fe color hex is 0.41, 0.78, 0.00, 0.00. Web safe color of #9638fe is #9933ff. Color #9638fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00111000 11111110
Octal 226 70 376
Decimal 150 56 254
Hex 96 38 FE

RGB Percentages of Color #9638fe

%32.61
%12.17
%55.22

CMYK Percentages of Color #9638fe

%41
%78
%0
%0

Triadic Colors of #9638fe

#9638fe #fe9638 #38fe96

Analogous Colors of #9638fe

#9638fe #f938fe #383dfe

Monochromatic Colors of #9638fe

#9638fe

Complementary Color

#9638fe #a0fe38

#9638fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9638fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9638fe Color CSS Codes

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

#9638fe Text Font Color

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

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


#9638fe Background Color

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

This div background color is #9638fe


#9638fe Border Color

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

This div border color is #9638fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9638fe

Related Colors


Comments

No comments written yet.

Please login to write comment.