Color Hex Logo

#833dae Color Hex

#833DAE
(131,61,174)
0 Favorites   0 Comments

Color spaces of #833dae

RGB 13161174
HSL0.770.480.46
HSV277°65°68°
CMYK 0.250.650.00   0.32
XYZ18.668811.218841.2259
Yxy11.21880.26250.1578
Hunter Lab33.494540.8751-49.5296
CIE-Lab39.946649.4959-48.2287

#833dae color RGB value is (131,61,174).

#833dae hex color red value is 131, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #833dae hue: 0.77 , saturation: 0.48 and the lightness value of 833dae is 0.46.

The process color (four color CMYK) of #833dae color hex is 0.25, 0.65, 0.00, 0.32. Web safe color of #833dae is #993399. Color #833dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111101 10101110
Octal 203 75 256
Decimal 131 61 174
Hex 83 3D AE

RGB Percentages of Color #833dae

%35.79
%16.67
%47.54

CMYK Percentages of Color #833dae

%25
%65
%0
%32

Triadic Colors of #833dae

#833dae #ae833d #3dae83

Analogous Colors of #833dae

#833dae #ae3da1 #4b3dae

Monochromatic Colors of #833dae

#833dae

Complementary Color

#833dae #68ae3d

#833dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#833dae Color CSS Codes

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

#833dae Text Font Color

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

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


#833dae Background Color

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

This div background color is #833dae


#833dae Border Color

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

This div border color is #833dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833dae


Comments

No comments written yet.

Please login to write comment.