Color Hex Logo

#833fda Color Hex

#833FDA
(131,63,218)
0 Favorites   0 Comments

Color spaces of #833fda

RGB 13163218
HSL0.740.680.55
HSV266°71°85°
CMYK 0.400.710.00   0.15
XYZ23.792513.442367.6703
Yxy13.44230.22680.1281
Hunter Lab36.663751.6739-83.7670
CIE-Lab43.422358.9856-68.2252

#833fda color RGB value is (131,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111111 11011010
Octal 203 77 332
Decimal 131 63 218
Hex 83 3F DA

RGB Percentages of Color #833fda

%31.80
%15.29
%52.91

CMYK Percentages of Color #833fda

%40
%71
%0
%15

Triadic Colors of #833fda

#833fda #da833f #3fda83

Analogous Colors of #833fda

#833fda #d13fda #3f49da

Monochromatic Colors of #833fda

#833fda

Complementary Color

#833fda #96da3f

#833fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#833fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#833fda Color CSS Codes

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

#833fda Text Font Color

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

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


#833fda Background Color

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

This div background color is #833fda


#833fda Border Color

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

This div border color is #833fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,63,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 #833fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #833fda


Comments

No comments written yet.

Please login to write comment.