Color Hex Logo

#9a30be Color Hex

#9A30BE
(154,48,190)
0 Favorites   0 Comments

Color spaces of #9a30be

RGB 15448190
HSL0.790.600.47
HSV285°75°75°
CMYK 0.190.750.00   0.25
XYZ23.677612.701649.9189
Yxy12.70160.27440.1472
Hunter Lab35.639356.2208-58.0982
CIE-Lab42.310163.2712-53.6820

#9a30be color RGB value is (154,48,190).

#9a30be hex color red value is 154, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9a30be hue: 0.79 , saturation: 0.60 and the lightness value of 9a30be is 0.47.

The process color (four color CMYK) of #9a30be color hex is 0.19, 0.75, 0.00, 0.25. Web safe color of #9a30be is #9933cc. Color #9a30be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00110000 10111110
Octal 232 60 276
Decimal 154 48 190
Hex 9A 30 BE

RGB Percentages of Color #9a30be

%39.29
%12.24
%48.47

CMYK Percentages of Color #9a30be

%19
%75
%0
%25

Triadic Colors of #9a30be

#9a30be #be9a30 #30be9a

Analogous Colors of #9a30be

#9a30be #be309b #5330be

Monochromatic Colors of #9a30be

#9a30be

Complementary Color

#9a30be #54be30

#9a30be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a30be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a30be Color CSS Codes

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

#9a30be Text Font Color

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

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


#9a30be Background Color

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

This div background color is #9a30be


#9a30be Border Color

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

This div border color is #9a30be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,48,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a30be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a30be;
  -webkit-box-shadow: 1px 1px 3px 2px #9a30be;
  box-shadow:         1px 1px 3px 2px #9a30be; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a30be


Comments

No comments written yet.

Please login to write comment.