Color Hex Logo

#850ca3 Color Hex

#850CA3
(133,12,163)
0 Favorites   0 Comments

Color spaces of #850ca3

RGB 13312163
HSL0.800.860.34
HSV288°93°64°
CMYK 0.180.930.00   0.36
XYZ16.41527.893835.3088
Yxy7.89380.27530.1324
Hunter Lab28.095955.1218-54.8440
CIE-Lab33.760763.9590-51.6112

#850ca3 color RGB value is (133,12,163).

#850ca3 hex color red value is 133, green value is 12 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #850ca3 hue: 0.80 , saturation: 0.86 and the lightness value of 850ca3 is 0.34.

The process color (four color CMYK) of #850ca3 color hex is 0.18, 0.93, 0.00, 0.36. Web safe color of #850ca3 is #990099. Color #850ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 10100011
Octal 205 14 243
Decimal 133 12 163
Hex 85 C A3

RGB Percentages of Color #850ca3

%43.18
%3.90
%52.92

CMYK Percentages of Color #850ca3

%18
%93
%0
%36

Triadic Colors of #850ca3

#850ca3 #a3850c #0ca385

Analogous Colors of #850ca3

#850ca3 #a30c76 #3a0ca3

Monochromatic Colors of #850ca3

#850ca3

Complementary Color

#850ca3 #2aa30c

#850ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ca3 Color CSS Codes

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

#850ca3 Text Font Color

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

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


#850ca3 Background Color

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

This div background color is #850ca3


#850ca3 Border Color

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

This div border color is #850ca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ca3


Comments

No comments written yet.

Please login to write comment.