Color Hex Logo

#824cca Color Hex

#824CCA
(130,76,202)
0 Favorites   0 Comments

Color spaces of #824cca

RGB 13076202
HSL0.740.540.55
HSV266°62°79°
CMYK 0.360.620.00   0.21
XYZ22.451014.179057.4306
Yxy14.17900.23870.1507
Hunter Lab37.655040.5306-64.0693
CIE-Lab44.488648.3522-57.3031

#824cca color RGB value is (130,76,202).

#824cca hex color red value is 130, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #824cca hue: 0.74 , saturation: 0.54 and the lightness value of 824cca is 0.55.

The process color (four color CMYK) of #824cca color hex is 0.36, 0.62, 0.00, 0.21. Web safe color of #824cca is #9933cc. Color #824cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001100 11001010
Octal 202 114 312
Decimal 130 76 202
Hex 82 4C CA

RGB Percentages of Color #824cca

%31.86
%18.63
%49.51

CMYK Percentages of Color #824cca

%36
%62
%0
%21

Triadic Colors of #824cca

#824cca #ca824c #4cca82

Analogous Colors of #824cca

#824cca #c14cca #4c55ca

Monochromatic Colors of #824cca

#824cca

Complementary Color

#824cca #94ca4c

#824cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#824cca Color CSS Codes

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

#824cca Text Font Color

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

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


#824cca Background Color

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

This div background color is #824cca


#824cca Border Color

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

This div border color is #824cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824cca


Comments

No comments written yet.

Please login to write comment.