Color Hex Logo

#833abc Color Hex

#833ABC
(131,58,188)
0 Favorites   0 Comments

Color spaces of #833abc

RGB 13158188
HSL0.760.530.48
HSV274°69°74°
CMYK 0.300.690.00   0.26
XYZ19.950211.482248.7418
Yxy11.48220.24880.1432
Hunter Lab33.885445.7933-61.5648
CIE-Lab40.381054.1264-55.7863

#833abc color RGB value is (131,58,188).

#833abc hex color red value is 131, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #833abc hue: 0.76 , saturation: 0.53 and the lightness value of 833abc is 0.48.

The process color (four color CMYK) of #833abc color hex is 0.30, 0.69, 0.00, 0.26. Web safe color of #833abc is #9933cc. Color #833abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 10111100
Octal 203 72 274
Decimal 131 58 188
Hex 83 3A BC

RGB Percentages of Color #833abc

%34.75
%15.38
%49.87

CMYK Percentages of Color #833abc

%30
%69
%0
%26

Triadic Colors of #833abc

#833abc #bc833a #3abc83

Analogous Colors of #833abc

#833abc #bc3ab4 #423abc

Monochromatic Colors of #833abc

#833abc

Complementary Color

#833abc #73bc3a

#833abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#833abc Color CSS Codes

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

#833abc Text Font Color

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

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


#833abc Background Color

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

This div background color is #833abc


#833abc Border Color

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

This div border color is #833abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833abc


Comments

No comments written yet.

Please login to write comment.