Color Hex Logo

#852083 Color Hex

#852083
(133,32,131)
0 Favorites   0 Comments

Color spaces of #852083

RGB 13332131
HSL0.840.610.32
HSV301°76°52°
CMYK 0.000.760.02   0.48
XYZ14.28617.658322.1980
Yxy7.65830.32360.1735
Hunter Lab27.673643.7191-28.1871
CIE-Lab33.260953.5136-32.7778

#852083 color RGB value is (133,32,131).

#852083 hex color red value is 133, green value is 32 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #852083 hue: 0.84 , saturation: 0.61 and the lightness value of 852083 is 0.32.

The process color (four color CMYK) of #852083 color hex is 0.00, 0.76, 0.02, 0.48. Web safe color of #852083 is #993399. Color #852083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 10000011
Octal 205 40 203
Decimal 133 32 131
Hex 85 20 83

RGB Percentages of Color #852083

%44.93
%10.81
%44.26

CMYK Percentages of Color #852083

%0
%76
%2
%48

Triadic Colors of #852083

#852083 #838520 #208385

Analogous Colors of #852083

#852083 #852050 #552085

Monochromatic Colors of #852083

#852083

Complementary Color

#852083 #208522

#852083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852083 Color CSS Codes

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

#852083 Text Font Color

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

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


#852083 Background Color

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

This div background color is #852083


#852083 Border Color

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

This div border color is #852083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852083


Comments

No comments written yet.

Please login to write comment.