Color Hex Logo

#823aae Color Hex

#823AAE
(130,58,174)
0 Favorites   0 Comments

Color spaces of #823aae

RGB 13058174
HSL0.770.500.45
HSV277°67°68°
CMYK 0.250.670.00   0.32
XYZ18.359010.827941.1668
Yxy10.82790.26100.1539
Hunter Lab32.905842.0048-51.1408
CIE-Lab39.289150.7132-49.2931

#823aae color RGB value is (130,58,174).

#823aae hex color red value is 130, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #823aae hue: 0.77 , saturation: 0.50 and the lightness value of 823aae is 0.45.

The process color (four color CMYK) of #823aae color hex is 0.25, 0.67, 0.00, 0.32. Web safe color of #823aae is #993399. Color #823aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111010 10101110
Octal 202 72 256
Decimal 130 58 174
Hex 82 3A AE

RGB Percentages of Color #823aae

%35.91
%16.02
%48.07

CMYK Percentages of Color #823aae

%25
%67
%0
%32

Triadic Colors of #823aae

#823aae #ae823a #3aae82

Analogous Colors of #823aae

#823aae #ae3aa0 #483aae

Monochromatic Colors of #823aae

#823aae

Complementary Color

#823aae #66ae3a

#823aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#823aae Color CSS Codes

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

#823aae Text Font Color

<p style="color:#823aae">Text here</p>

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


#823aae Background Color

<div style="background-color:#823aae">
Div content here</div>

This div background color is #823aae


#823aae Border Color

<div style="border:3px solid #823aae">
Div here</div>

This div border color is #823aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,58,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823aae;
  -webkit-box-shadow: 1px 1px 3px 2px #823aae;
  box-shadow:         1px 1px 3px 2px #823aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823aae


Comments

No comments written yet.

Please login to write comment.