Color Hex Logo

#850063 Color Hex

#850063
(133,0,99)
0 Favorites   0 Comments

Color spaces of #850063

RGB 133099
HSL0.881.000.26
HSV315°100°52°
CMYK 0.001.000.26   0.48
XYZ11.92505.887412.3122
Yxy5.88740.39590.1954
Hunter Lab24.264045.2654-13.1006
CIE-Lab29.126655.7980-18.9094

#850063 color RGB value is (133,0,99).

#850063 hex color red value is 133, green value is 0 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #850063 hue: 0.88 , saturation: 1.00 and the lightness value of 850063 is 0.26.

The process color (four color CMYK) of #850063 color hex is 0.00, 1.00, 0.26, 0.48. Web safe color of #850063 is #990066. Color #850063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000000 01100011
Octal 205 0 143
Decimal 133 0 99
Hex 85 0 63

RGB Percentages of Color #850063

%57.33
%0.00
%42.67

CMYK Percentages of Color #850063

%0
%100
%26
%48

Triadic Colors of #850063

#850063 #638500 #006385

Analogous Colors of #850063

#850063 #850021 #650085

Monochromatic Colors of #850063

#850063

Complementary Color

#850063 #008522

#850063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850063 Color CSS Codes

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

#850063 Text Font Color

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

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


#850063 Background Color

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

This div background color is #850063


#850063 Border Color

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

This div border color is #850063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,0,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850063;
  -webkit-box-shadow: 1px 1px 3px 2px #850063;
  box-shadow:         1px 1px 3px 2px #850063; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850063


Comments

No comments written yet.

Please login to write comment.