Color Hex Logo

#850cce Color Hex

#850CCE
(133,12,206)
0 Favorites   0 Comments

Color spaces of #850cce

RGB 13312206
HSL0.770.890.43
HSV277°94°81°
CMYK 0.350.940.00   0.19
XYZ20.94499.705759.1620
Yxy9.70570.23320.1081
Hunter Lab31.154065.4866-90.7851
CIE-Lab37.309072.2267-71.2895

#850cce color RGB value is (133,12,206).

#850cce hex color red value is 133, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #850cce hue: 0.77 , saturation: 0.89 and the lightness value of 850cce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 11001110
Octal 205 14 316
Decimal 133 12 206
Hex 85 C CE

RGB Percentages of Color #850cce

%37.89
%3.42
%58.69

CMYK Percentages of Color #850cce

%35
%94
%0
%19

Triadic Colors of #850cce

#850cce #ce850c #0cce85

Analogous Colors of #850cce

#850cce #ce0cb6 #240cce

Monochromatic Colors of #850cce

#850cce

Complementary Color

#850cce #55ce0c

#850cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#850cce Color CSS Codes

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

#850cce Text Font Color

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

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


#850cce Background Color

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

This div background color is #850cce


#850cce Border Color

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

This div border color is #850cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,12,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 #850cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850cce


Comments

No comments written yet.

Please login to write comment.