Color Hex Logo

#852180 Color Hex

#852180
(133,33,128)
0 Favorites   0 Comments

Color spaces of #852180

RGB 13333128
HSL0.840.600.33
HSV303°75°52°
CMYK 0.000.750.04   0.48
XYZ14.11307.632821.1515
Yxy7.63280.32900.1779
Hunter Lab27.627542.8352-26.0529
CIE-Lab33.206152.6714-30.9925

#852180 color RGB value is (133,33,128).

#852180 hex color red value is 133, green value is 33 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #852180 hue: 0.84 , saturation: 0.60 and the lightness value of 852180 is 0.33.

The process color (four color CMYK) of #852180 color hex is 0.00, 0.75, 0.04, 0.48. Web safe color of #852180 is #993399. Color #852180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100001 10000000
Octal 205 41 200
Decimal 133 33 128
Hex 85 21 80

RGB Percentages of Color #852180

%45.24
%11.22
%43.54

CMYK Percentages of Color #852180

%0
%75
%4
%48

Triadic Colors of #852180

#852180 #808521 #218085

Analogous Colors of #852180

#852180 #85214e #582185

Monochromatic Colors of #852180

#852180

Complementary Color

#852180 #218526

#852180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852180 Color CSS Codes

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

#852180 Text Font Color

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

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


#852180 Background Color

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

This div background color is #852180


#852180 Border Color

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

This div border color is #852180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852180


Comments

No comments written yet.

Please login to write comment.