Color Hex Logo

#950ba7 Color Hex

#950BA7
(149,11,167)
0 Favorites   0 Comments

Color spaces of #950ba7

RGB 14911167
HSL0.810.880.35
HSV293°93°65°
CMYK 0.110.930.00   0.35
XYZ19.48919.418937.3501
Yxy9.41890.29410.1422
Hunter Lab30.690259.6443-50.6730
CIE-Lab36.778667.3469-49.0064

#950ba7 color RGB value is (149,11,167).

#950ba7 hex color red value is 149, green value is 11 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #950ba7 hue: 0.81 , saturation: 0.88 and the lightness value of 950ba7 is 0.35.

The process color (four color CMYK) of #950ba7 color hex is 0.11, 0.93, 0.00, 0.35. Web safe color of #950ba7 is #990099. Color #950ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001011 10100111
Octal 225 13 247
Decimal 149 11 167
Hex 95 B A7

RGB Percentages of Color #950ba7

%45.57
%3.36
%51.07

CMYK Percentages of Color #950ba7

%11
%93
%0
%35

Triadic Colors of #950ba7

#950ba7 #a7950b #0ba795

Analogous Colors of #950ba7

#950ba7 #a70b6b #470ba7

Monochromatic Colors of #950ba7

#950ba7

Complementary Color

#950ba7 #1da70b

#950ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ba7 Color CSS Codes

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

#950ba7 Text Font Color

<p style="color:#950ba7">Text here</p>

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


#950ba7 Background Color

<div style="background-color:#950ba7">
Div content here</div>

This div background color is #950ba7


#950ba7 Border Color

<div style="border:3px solid #950ba7">
Div here</div>

This div border color is #950ba7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,11,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950ba7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950ba7;
  -webkit-box-shadow: 1px 1px 3px 2px #950ba7;
  box-shadow:         1px 1px 3px 2px #950ba7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,11,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ba7


Comments

No comments written yet.

Please login to write comment.