Color Hex Logo

#833ada Color Hex

#833ADA
(131,58,218)
0 Favorites   0 Comments

Color spaces of #833ada

RGB 13158218
HSL0.740.680.54
HSV267°73°85°
CMYK 0.400.730.00   0.15
XYZ23.528012.913467.5821
Yxy12.91340.22620.1241
Hunter Lab35.935253.9833-86.3500
CIE-Lab42.632561.2178-69.5127

#833ada color RGB value is (131,58,218).

#833ada hex color red value is 131, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #833ada hue: 0.74 , saturation: 0.68 and the lightness value of 833ada is 0.54.

The process color (four color CMYK) of #833ada color hex is 0.40, 0.73, 0.00, 0.15. Web safe color of #833ada is #9933cc. Color #833ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11011010
Octal 203 72 332
Decimal 131 58 218
Hex 83 3A DA

RGB Percentages of Color #833ada

%32.19
%14.25
%53.56

CMYK Percentages of Color #833ada

%40
%73
%0
%15

Triadic Colors of #833ada

#833ada #da833a #3ada83

Analogous Colors of #833ada

#833ada #d33ada #3a41da

Monochromatic Colors of #833ada

#833ada

Complementary Color

#833ada #91da3a

#833ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#833ada Color CSS Codes

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

#833ada Text Font Color

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

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


#833ada Background Color

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

This div background color is #833ada


#833ada Border Color

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

This div border color is #833ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,58,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #833ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #833ada;
  -webkit-box-shadow: 1px 1px 3px 2px #833ada;
  box-shadow:         1px 1px 3px 2px #833ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,58,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833ada


Comments

No comments written yet.

Please login to write comment.