Color Hex Logo

#9628f1 Color Hex

#9628F1
(150,40,241)
0 Favorites   0 Comments

Color spaces of #9628f1

RGB 15040241
HSL0.760.880.55
HSV273°83°95°
CMYK 0.380.830.00   0.05
XYZ29.213714.352584.4497
Yxy14.35250.22820.1121
Hunter Lab37.884771.3470-105.6455
CIE-Lab44.734375.6462-79.0422

#9628f1 color RGB value is (150,40,241).

#9628f1 hex color red value is 150, green value is 40 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #9628f1 hue: 0.76 , saturation: 0.88 and the lightness value of 9628f1 is 0.55.

The process color (four color CMYK) of #9628f1 color hex is 0.38, 0.83, 0.00, 0.05. Web safe color of #9628f1 is #9933ff. Color #9628f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 11110001
Octal 226 50 361
Decimal 150 40 241
Hex 96 28 F1

RGB Percentages of Color #9628f1

%34.80
%9.28
%55.92

CMYK Percentages of Color #9628f1

%38
%83
%0
%5

Triadic Colors of #9628f1

#9628f1 #f19628 #28f196

Analogous Colors of #9628f1

#9628f1 #f128e8 #3228f1

Monochromatic Colors of #9628f1

#9628f1

Complementary Color

#9628f1 #83f128

#9628f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9628f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9628f1 Color CSS Codes

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

#9628f1 Text Font Color

<p style="color:#9628f1">Text here</p>

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


#9628f1 Background Color

<div style="background-color:#9628f1">
Div content here</div>

This div background color is #9628f1


#9628f1 Border Color

<div style="border:3px solid #9628f1">
Div here</div>

This div border color is #9628f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,40,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9628f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9628f1;
  -webkit-box-shadow: 1px 1px 3px 2px #9628f1;
  box-shadow:         1px 1px 3px 2px #9628f1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9628f1


Comments

No comments written yet.

Please login to write comment.