Color Hex Logo

#852eba Color Hex

#852EBA
(133,46,186)
0 Favorites   0 Comments

Color spaces of #852eba

RGB 13346186
HSL0.770.600.45
HSV277°75°73°
CMYK 0.280.750.00   0.27
XYZ19.512810.485747.4499
Yxy10.48570.25190.1354
Hunter Lab32.381650.8942-64.2125
CIE-Lab38.700459.1828-57.3201

#852eba color RGB value is (133,46,186).

#852eba hex color red value is 133, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #852eba hue: 0.77 , saturation: 0.60 and the lightness value of 852eba is 0.45.

The process color (four color CMYK) of #852eba color hex is 0.28, 0.75, 0.00, 0.27. Web safe color of #852eba is #9933cc. Color #852eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101110 10111010
Octal 205 56 272
Decimal 133 46 186
Hex 85 2E BA

RGB Percentages of Color #852eba

%36.44
%12.60
%50.96

CMYK Percentages of Color #852eba

%28
%75
%0
%27

Triadic Colors of #852eba

#852eba #ba852e #2eba85

Analogous Colors of #852eba

#852eba #ba2ea9 #3f2eba

Monochromatic Colors of #852eba

#852eba

Complementary Color

#852eba #63ba2e

#852eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#852eba Color CSS Codes

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

#852eba Text Font Color

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

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


#852eba Background Color

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

This div background color is #852eba


#852eba Border Color

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

This div border color is #852eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852eba


Comments

No comments written yet.

Please login to write comment.