Color Hex Logo

#824aeb Color Hex

#824AEB
(130,74,235)
0 Favorites   0 Comments

Color spaces of #824aeb

RGB 13074235
HSL0.720.800.61
HSV261°69°92°
CMYK 0.450.690.00   0.08
XYZ26.650115.641580.2118
Yxy15.64150.21750.1277
Hunter Lab39.549351.0699-92.5642
CIE-Lab46.500657.8588-72.8702

#824aeb color RGB value is (130,74,235).

#824aeb hex color red value is 130, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #824aeb hue: 0.72 , saturation: 0.80 and the lightness value of 824aeb is 0.61.

The process color (four color CMYK) of #824aeb color hex is 0.45, 0.69, 0.00, 0.08. Web safe color of #824aeb is #9933ff. Color #824aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 11101011
Octal 202 112 353
Decimal 130 74 235
Hex 82 4A EB

RGB Percentages of Color #824aeb

%29.61
%16.86
%53.53

CMYK Percentages of Color #824aeb

%45
%69
%0
%8

Triadic Colors of #824aeb

#824aeb #eb824a #4aeb82

Analogous Colors of #824aeb

#824aeb #d34aeb #4a62eb

Monochromatic Colors of #824aeb

#824aeb

Complementary Color

#824aeb #b3eb4a

#824aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#824aeb Color CSS Codes

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

#824aeb Text Font Color

<p style="color:#824aeb">Text here</p>

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


#824aeb Background Color

<div style="background-color:#824aeb">
Div content here</div>

This div background color is #824aeb


#824aeb Border Color

<div style="border:3px solid #824aeb">
Div here</div>

This div border color is #824aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,74,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #824aeb;
  box-shadow:         1px 1px 3px 2px #824aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,74,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824aeb


Comments

No comments written yet.

Please login to write comment.