Color Hex Logo

#9950ba Color Hex

#9950BA
(153,80,186)
0 Favorites   0 Comments

Color spaces of #9950ba

RGB 15380186
HSL0.780.430.52
HSV281°57°73°
CMYK 0.180.570.00   0.27
XYZ24.868516.054848.2425
Yxy16.05480.27890.1801
Hunter Lab40.068440.6663-43.3374
CIE-Lab47.046348.0452-43.7702

#9950ba color RGB value is (153,80,186).

#9950ba hex color red value is 153, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9950ba hue: 0.78 , saturation: 0.43 and the lightness value of 9950ba is 0.52.

The process color (four color CMYK) of #9950ba color hex is 0.18, 0.57, 0.00, 0.27. Web safe color of #9950ba is #9966cc. Color #9950ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 10111010
Octal 231 120 272
Decimal 153 80 186
Hex 99 50 BA

RGB Percentages of Color #9950ba

%36.52
%19.09
%44.39

CMYK Percentages of Color #9950ba

%18
%57
%0
%27

Triadic Colors of #9950ba

#9950ba #ba9950 #50ba99

Analogous Colors of #9950ba

#9950ba #ba50a6 #6450ba

Monochromatic Colors of #9950ba

#9950ba

Complementary Color

#9950ba #71ba50

#9950ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9950ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9950ba Color CSS Codes

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

#9950ba Text Font Color

<p style="color:#9950ba">Text here</p>

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


#9950ba Background Color

<div style="background-color:#9950ba">
Div content here</div>

This div background color is #9950ba


#9950ba Border Color

<div style="border:3px solid #9950ba">
Div here</div>

This div border color is #9950ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,80,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9950ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9950ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9950ba;
  box-shadow:         1px 1px 3px 2px #9950ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,80,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9950ba


Comments

No comments written yet.

Please login to write comment.