Color Hex Logo

#852f8e Color Hex

#852F8E
(133,47,142)
0 Favorites   0 Comments

Color spaces of #852f8e

RGB 13347142
HSL0.820.500.37
HSV294°67°56°
CMYK 0.060.670.00   0.44
XYZ15.57198.972626.5023
Yxy8.97260.30510.1758
Hunter Lab29.954340.3741-31.4893
CIE-Lab35.931549.7500-35.3367

#852f8e color RGB value is (133,47,142).

#852f8e hex color red value is 133, green value is 47 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #852f8e hue: 0.82 , saturation: 0.50 and the lightness value of 852f8e is 0.37.

The process color (four color CMYK) of #852f8e color hex is 0.06, 0.67, 0.00, 0.44. Web safe color of #852f8e is #993399. Color #852f8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101111 10001110
Octal 205 57 216
Decimal 133 47 142
Hex 85 2F 8E

RGB Percentages of Color #852f8e

%41.30
%14.60
%44.10

CMYK Percentages of Color #852f8e

%6
%67
%0
%44

Triadic Colors of #852f8e

#852f8e #8e852f #2f8e85

Analogous Colors of #852f8e

#852f8e #8e2f68 #552f8e

Monochromatic Colors of #852f8e

#852f8e

Complementary Color

#852f8e #388e2f

#852f8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852f8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#852f8e Color CSS Codes

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

#852f8e Text Font Color

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

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


#852f8e Background Color

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

This div background color is #852f8e


#852f8e Border Color

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

This div border color is #852f8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852f8e


Comments

No comments written yet.

Please login to write comment.