Color Hex Logo

#950ccb Color Hex

#950CCB
(149,12,203)
0 Favorites   0 Comments

Color spaces of #950ccb

RGB 14912203
HSL0.790.890.42
HSV283°94°80°
CMYK 0.270.940.00   0.20
XYZ23.305410.964357.3879
Yxy10.96430.25430.1196
Hunter Lab33.112467.6865-79.5783
CIE-Lab39.520373.6393-65.8290

#950ccb color RGB value is (149,12,203).

#950ccb hex color red value is 149, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #950ccb hue: 0.79 , saturation: 0.89 and the lightness value of 950ccb is 0.42.

The process color (four color CMYK) of #950ccb color hex is 0.27, 0.94, 0.00, 0.20. Web safe color of #950ccb is #9900cc. Color #950ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001100 11001011
Octal 225 14 313
Decimal 149 12 203
Hex 95 C CB

RGB Percentages of Color #950ccb

%40.93
%3.30
%55.77

CMYK Percentages of Color #950ccb

%27
%94
%0
%20

Triadic Colors of #950ccb

#950ccb #cb950c #0ccb95

Analogous Colors of #950ccb

#950ccb #cb0ca2 #350ccb

Monochromatic Colors of #950ccb

#950ccb

Complementary Color

#950ccb #42cb0c

#950ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ccb Color CSS Codes

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

#950ccb Text Font Color

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

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


#950ccb Background Color

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

This div background color is #950ccb


#950ccb Border Color

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

This div border color is #950ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ccb


Comments

No comments written yet.

Please login to write comment.