Color Hex Logo

#950bce Color Hex

#950BCE
(149,11,206)
0 Favorites   0 Comments

Color spaces of #950bce

RGB 14911206
HSL0.780.900.43
HSV282°95°81°
CMYK 0.280.950.00   0.19
XYZ23.654711.085159.2854
Yxy11.08510.25160.1179
Hunter Lab33.294368.5544-82.2686
CIE-Lab39.723474.3193-67.2400

#950bce color RGB value is (149,11,206).

#950bce hex color red value is 149, green value is 11 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #950bce hue: 0.78 , saturation: 0.90 and the lightness value of 950bce is 0.43.

The process color (four color CMYK) of #950bce color hex is 0.28, 0.95, 0.00, 0.19. Web safe color of #950bce is #9900cc. Color #950bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001011 11001110
Octal 225 13 316
Decimal 149 11 206
Hex 95 B CE

RGB Percentages of Color #950bce

%40.71
%3.01
%56.28

CMYK Percentages of Color #950bce

%28
%95
%0
%19

Triadic Colors of #950bce

#950bce #ce950b #0bce95

Analogous Colors of #950bce

#950bce #ce0ba6 #340bce

Monochromatic Colors of #950bce

#950bce

Complementary Color

#950bce #44ce0b

#950bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#950bce Color CSS Codes

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

#950bce Text Font Color

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

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


#950bce Background Color

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

This div background color is #950bce


#950bce Border Color

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

This div border color is #950bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950bce


Comments

No comments written yet.

Please login to write comment.