Color Hex Logo

#832fda Color Hex

#832FDA
(131,47,218)
0 Favorites   0 Comments

Color spaces of #832fda

RGB 13147218
HSL0.750.700.52
HSV269°78°85°
CMYK 0.400.780.00   0.15
XYZ23.031511.920367.4166
Yxy11.92030.22500.1164
Hunter Lab34.525858.6538-91.6043
CIE-Lab41.089265.6460-72.0342

#832fda color RGB value is (131,47,218).

#832fda hex color red value is 131, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #832fda hue: 0.75 , saturation: 0.70 and the lightness value of 832fda is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101111 11011010
Octal 203 57 332
Decimal 131 47 218
Hex 83 2F DA

RGB Percentages of Color #832fda

%33.08
%11.87
%55.05

CMYK Percentages of Color #832fda

%40
%78
%0
%15

Triadic Colors of #832fda

#832fda #da832f #2fda83

Analogous Colors of #832fda

#832fda #d92fda #2f31da

Monochromatic Colors of #832fda

#832fda

Complementary Color

#832fda #86da2f

#832fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#832fda Color CSS Codes

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

#832fda Text Font Color

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

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


#832fda Background Color

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

This div background color is #832fda


#832fda Border Color

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

This div border color is #832fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832fda


Comments

No comments written yet.

Please login to write comment.