Color Hex Logo

#852adb Color Hex

#852ADB
(133,42,219)
0 Favorites   0 Comments

Color spaces of #852adb

RGB 13342219
HSL0.750.710.51
HSV271°81°86°
CMYK 0.390.810.00   0.14
XYZ23.287011.756968.0598
Yxy11.75690.22590.1140
Hunter Lab34.288361.2241-93.6844
CIE-Lab40.827167.9240-73.0265

#852adb color RGB value is (133,42,219).

#852adb hex color red value is 133, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #852adb hue: 0.75 , saturation: 0.71 and the lightness value of 852adb is 0.51.

The process color (four color CMYK) of #852adb color hex is 0.39, 0.81, 0.00, 0.14. Web safe color of #852adb is #9933cc. Color #852adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 11011011
Octal 205 52 333
Decimal 133 42 219
Hex 85 2A DB

RGB Percentages of Color #852adb

%33.76
%10.66
%55.58

CMYK Percentages of Color #852adb

%39
%81
%0
%14

Triadic Colors of #852adb

#852adb #db852a #2adb85

Analogous Colors of #852adb

#852adb #db2ad9 #2d2adb

Monochromatic Colors of #852adb

#852adb

Complementary Color

#852adb #80db2a

#852adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#852adb Color CSS Codes

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

#852adb Text Font Color

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

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


#852adb Background Color

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

This div background color is #852adb


#852adb Border Color

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

This div border color is #852adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852adb


Comments

No comments written yet.

Please login to write comment.