Color Hex Logo

#833acf Color Hex

#833ACF
(131,58,207)
0 Favorites   0 Comments

Color spaces of #833acf

RGB 13158207
HSL0.750.610.52
HSV269°72°81°
CMYK 0.370.720.00   0.19
XYZ22.135612.356460.2498
Yxy12.35640.23360.1304
Hunter Lab35.151750.8890-77.0166
CIE-Lab41.777058.5856-64.5801

#833acf color RGB value is (131,58,207).

#833acf hex color red value is 131, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #833acf hue: 0.75 , saturation: 0.61 and the lightness value of 833acf is 0.52.

The process color (four color CMYK) of #833acf color hex is 0.37, 0.72, 0.00, 0.19. Web safe color of #833acf is #9933cc. Color #833acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111010 11001111
Octal 203 72 317
Decimal 131 58 207
Hex 83 3A CF

RGB Percentages of Color #833acf

%33.08
%14.65
%52.27

CMYK Percentages of Color #833acf

%37
%72
%0
%19

Triadic Colors of #833acf

#833acf #cf833a #3acf83

Analogous Colors of #833acf

#833acf #ce3acf #3a3bcf

Monochromatic Colors of #833acf

#833acf

Complementary Color

#833acf #86cf3a

#833acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#833acf Color CSS Codes

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

#833acf Text Font Color

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

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


#833acf Background Color

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

This div background color is #833acf


#833acf Border Color

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

This div border color is #833acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833acf


Comments

No comments written yet.

Please login to write comment.