Color Hex Logo

#832efd Color Hex

#832EFD
(131,46,253)
0 Favorites   0 Comments

Color spaces of #832efd

RGB 13146253
HSL0.740.980.59
HSV265°82°99°
CMYK 0.480.820.00   0.01
XYZ28.066713.871194.1266
Yxy13.87110.20630.1019
Hunter Lab37.243969.3392-123.7729
CIE-Lab44.047574.1312-86.9928

#832efd color RGB value is (131,46,253).

#832efd hex color red value is 131, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #832efd hue: 0.74 , saturation: 0.98 and the lightness value of 832efd is 0.59.

The process color (four color CMYK) of #832efd color hex is 0.48, 0.82, 0.00, 0.01. Web safe color of #832efd is #9933ff. Color #832efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00101110 11111101
Octal 203 56 375
Decimal 131 46 253
Hex 83 2E FD

RGB Percentages of Color #832efd

%30.47
%10.70
%58.84

CMYK Percentages of Color #832efd

%48
%82
%0
%1

Triadic Colors of #832efd

#832efd #fd832e #2efd83

Analogous Colors of #832efd

#832efd #eb2efd #2e41fd

Monochromatic Colors of #832efd

#832efd

Complementary Color

#832efd #a8fd2e

#832efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#832efd Color CSS Codes

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

#832efd Text Font Color

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

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


#832efd Background Color

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

This div background color is #832efd


#832efd Border Color

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

This div border color is #832efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832efd


Comments

No comments written yet.

Please login to write comment.