Color Hex Logo

#850cbd Color Hex

#850CBD
(133,12,189)
0 Favorites   0 Comments

Color spaces of #850cbd

RGB 13312189
HSL0.780.880.39
HSV281°94°74°
CMYK 0.300.940.00   0.26
XYZ18.98968.923648.8657
Yxy8.92360.24730.1162
Hunter Lab29.872461.1941-76.0768
CIE-Lab35.836868.8658-63.7507

#850cbd color RGB value is (133,12,189).

#850cbd hex color red value is 133, green value is 12 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #850cbd hue: 0.78 , saturation: 0.88 and the lightness value of 850cbd is 0.39.

The process color (four color CMYK) of #850cbd color hex is 0.30, 0.94, 0.00, 0.26. Web safe color of #850cbd is #9900cc. Color #850cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 10111101
Octal 205 14 275
Decimal 133 12 189
Hex 85 C BD

RGB Percentages of Color #850cbd

%39.82
%3.59
%56.59

CMYK Percentages of Color #850cbd

%30
%94
%0
%26

Triadic Colors of #850cbd

#850cbd #bd850c #0cbd85

Analogous Colors of #850cbd

#850cbd #bd0c9d #2c0cbd

Monochromatic Colors of #850cbd

#850cbd

Complementary Color

#850cbd #44bd0c

#850cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#850cbd Color CSS Codes

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

#850cbd Text Font Color

<p style="color:#850cbd">Text here</p>

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


#850cbd Background Color

<div style="background-color:#850cbd">
Div content here</div>

This div background color is #850cbd


#850cbd Border Color

<div style="border:3px solid #850cbd">
Div here</div>

This div border color is #850cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,12,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #850cbd;
  box-shadow:         1px 1px 3px 2px #850cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850cbd


Comments

No comments written yet.

Please login to write comment.