Color Hex Logo

#852893 Color Hex

#852893
(133,40,147)
0 Favorites   0 Comments

Color spaces of #852893

RGB 13340147
HSL0.810.570.37
HSV292°73°58°
CMYK 0.100.730.00   0.42
XYZ15.69818.610728.4384
Yxy8.61070.29760.1632
Hunter Lab29.344044.1398-36.9194
CIE-Lab35.223753.5380-39.5267

#852893 color RGB value is (133,40,147).

#852893 hex color red value is 133, green value is 40 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #852893 hue: 0.81 , saturation: 0.57 and the lightness value of 852893 is 0.37.

The process color (four color CMYK) of #852893 color hex is 0.10, 0.73, 0.00, 0.42. Web safe color of #852893 is #993399. Color #852893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 10010011
Octal 205 50 223
Decimal 133 40 147
Hex 85 28 93

RGB Percentages of Color #852893

%41.56
%12.50
%45.94

CMYK Percentages of Color #852893

%10
%73
%0
%42

Triadic Colors of #852893

#852893 #938528 #289385

Analogous Colors of #852893

#852893 #93286c #502893

Monochromatic Colors of #852893

#852893

Complementary Color

#852893 #369328

#852893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852893 Color CSS Codes

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

#852893 Text Font Color

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

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


#852893 Background Color

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

This div background color is #852893


#852893 Border Color

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

This div border color is #852893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852893


Comments

No comments written yet.

Please login to write comment.