Color Hex Logo

#824bbc Color Hex

#824BBC
(130,75,188)
0 Favorites   0 Comments

Color spaces of #824bbc

RGB 13075188
HSL0.750.460.52
HSV269°60°74°
CMYK 0.310.600.00   0.26
XYZ20.799113.408849.0689
Yxy13.40880.24980.1610
Hunter Lab36.618037.3067-53.8172
CIE-Lab43.372945.3868-50.9695

#824bbc color RGB value is (130,75,188).

#824bbc hex color red value is 130, green value is 75 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #824bbc hue: 0.75 , saturation: 0.46 and the lightness value of 824bbc is 0.52.

The process color (four color CMYK) of #824bbc color hex is 0.31, 0.60, 0.00, 0.26. Web safe color of #824bbc is #9933cc. Color #824bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 10111100
Octal 202 113 274
Decimal 130 75 188
Hex 82 4B BC

RGB Percentages of Color #824bbc

%33.08
%19.08
%47.84

CMYK Percentages of Color #824bbc

%31
%60
%0
%26

Triadic Colors of #824bbc

#824bbc #bc824b #4bbc82

Analogous Colors of #824bbc

#824bbc #bb4bbc #4b4dbc

Monochromatic Colors of #824bbc

#824bbc

Complementary Color

#824bbc #85bc4b

#824bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bbc Color CSS Codes

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

#824bbc Text Font Color

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

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


#824bbc Background Color

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

This div background color is #824bbc


#824bbc Border Color

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

This div border color is #824bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bbc


Comments

No comments written yet.

Please login to write comment.