Color Hex Logo

#9d28eb Color Hex

#9D28EB
(157,40,235)
0 Favorites   0 Comments

Color spaces of #9d28eb

RGB 15740235
HSL0.770.830.54
HSV276°83°92°
CMYK 0.330.830.00   0.08
XYZ29.658814.683879.8683
Yxy14.68380.23880.1182
Hunter Lab38.319471.0979-96.7531
CIE-Lab45.198075.3523-74.8577

#9d28eb color RGB value is (157,40,235).

#9d28eb hex color red value is 157, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9d28eb hue: 0.77 , saturation: 0.83 and the lightness value of 9d28eb is 0.54.

The process color (four color CMYK) of #9d28eb color hex is 0.33, 0.83, 0.00, 0.08. Web safe color of #9d28eb is #9933ff. Color #9d28eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00101000 11101011
Octal 235 50 353
Decimal 157 40 235
Hex 9D 28 EB

RGB Percentages of Color #9d28eb

%36.34
%9.26
%54.40

CMYK Percentages of Color #9d28eb

%33
%83
%0
%8

Triadic Colors of #9d28eb

#9d28eb #eb9d28 #28eb9d

Analogous Colors of #9d28eb

#9d28eb #eb28d8 #3b28eb

Monochromatic Colors of #9d28eb

#9d28eb

Complementary Color

#9d28eb #76eb28

#9d28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d28eb Color CSS Codes

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

#9d28eb Text Font Color

<p style="color:#9d28eb">Text here</p>

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


#9d28eb Background Color

<div style="background-color:#9d28eb">
Div content here</div>

This div background color is #9d28eb


#9d28eb Border Color

<div style="border:3px solid #9d28eb">
Div here</div>

This div border color is #9d28eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,40,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d28eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d28eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9d28eb;
  box-shadow:         1px 1px 3px 2px #9d28eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,40,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 #9d28eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d28eb


Comments

No comments written yet.

Please login to write comment.