Color Hex Logo

#850ebc Color Hex

#850EBC
(133,14,188)
0 Favorites   0 Comments

Color spaces of #850ebc

RGB 13314188
HSL0.780.860.40
HSV281°93°74°
CMYK 0.290.930.00   0.26
XYZ18.90708.931548.3044
Yxy8.93150.24830.1173
Hunter Lab29.885660.6274-74.9111
CIE-Lab35.852168.3755-63.1358

#850ebc color RGB value is (133,14,188).

#850ebc hex color red value is 133, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #850ebc hue: 0.78 , saturation: 0.86 and the lightness value of 850ebc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001110 10111100
Octal 205 16 274
Decimal 133 14 188
Hex 85 E BC

RGB Percentages of Color #850ebc

%39.70
%4.18
%56.12

CMYK Percentages of Color #850ebc

%29
%93
%0
%26

Triadic Colors of #850ebc

#850ebc #bc850e #0ebc85

Analogous Colors of #850ebc

#850ebc #bc0e9c #2e0ebc

Monochromatic Colors of #850ebc

#850ebc

Complementary Color

#850ebc #45bc0e

#850ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ebc Color CSS Codes

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

#850ebc Text Font Color

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

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


#850ebc Background Color

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

This div background color is #850ebc


#850ebc Border Color

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

This div border color is #850ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ebc


Comments

No comments written yet.

Please login to write comment.