Color Hex Logo

#824bfa Color Hex

#824BFA
(130,75,250)
0 Favorites   0 Comments

Color spaces of #824bfa

RGB 13075250
HSL0.720.950.64
HSV259°70°98°
CMYK 0.480.700.00   0.02
XYZ28.977316.680192.1348
Yxy16.68010.21030.1211
Hunter Lab40.841355.1753-105.1648
CIE-Lab47.854461.2847-79.0757

#824bfa color RGB value is (130,75,250).

#824bfa hex color red value is 130, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #824bfa hue: 0.72 , saturation: 0.95 and the lightness value of 824bfa is 0.64.

The process color (four color CMYK) of #824bfa color hex is 0.48, 0.70, 0.00, 0.02. Web safe color of #824bfa is #9933ff. Color #824bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 11111010
Octal 202 113 372
Decimal 130 75 250
Hex 82 4B FA

RGB Percentages of Color #824bfa

%28.57
%16.48
%54.95

CMYK Percentages of Color #824bfa

%48
%70
%0
%2

Triadic Colors of #824bfa

#824bfa #fa824b #4bfa82

Analogous Colors of #824bfa

#824bfa #da4bfa #4b6cfa

Monochromatic Colors of #824bfa

#824bfa

Complementary Color

#824bfa #c3fa4b

#824bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bfa Color CSS Codes

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

#824bfa Text Font Color

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

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


#824bfa Background Color

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

This div background color is #824bfa


#824bfa Border Color

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

This div border color is #824bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bfa


Comments

No comments written yet.

Please login to write comment.