Color Hex Logo

#850396 Color Hex

#850396
(133,3,150)
0 Favorites   0 Comments

Color spaces of #850396

RGB 1333150
HSL0.810.960.30
HSV293°98°59°
CMYK 0.110.980.00   0.41
XYZ15.21047.253729.4526
Yxy7.25370.29300.1397
Hunter Lab26.932753.6767-45.9845
CIE-Lab32.377662.9347-45.9358

#850396 color RGB value is (133,3,150).

#850396 hex color red value is 133, green value is 3 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #850396 hue: 0.81 , saturation: 0.96 and the lightness value of 850396 is 0.30.

The process color (four color CMYK) of #850396 color hex is 0.11, 0.98, 0.00, 0.41. Web safe color of #850396 is #990099. Color #850396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000011 10010110
Octal 205 3 226
Decimal 133 3 150
Hex 85 3 96

RGB Percentages of Color #850396

%46.50
%1.05
%52.45

CMYK Percentages of Color #850396

%11
%98
%0
%41

Triadic Colors of #850396

#850396 #968503 #039685

Analogous Colors of #850396

#850396 #96035e #3b0396

Monochromatic Colors of #850396

#850396

Complementary Color

#850396 #149603

#850396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850396 Color CSS Codes

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

#850396 Text Font Color

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

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


#850396 Background Color

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

This div background color is #850396


#850396 Border Color

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

This div border color is #850396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850396


Comments

No comments written yet.

Please login to write comment.