Color Hex Logo

#823498 Color Hex

#823498
(130,52,152)
0 Favorites   0 Comments

Color spaces of #823498

RGB 13052152
HSL0.800.490.40
HSV287°66°60°
CMYK 0.140.660.00   0.40
XYZ16.10149.468830.6848
Yxy9.46880.28620.1683
Hunter Lab30.771439.5516-37.5831
CIE-Lab36.871748.7641-39.9666

#823498 color RGB value is (130,52,152).

#823498 hex color red value is 130, green value is 52 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #823498 hue: 0.80 , saturation: 0.49 and the lightness value of 823498 is 0.40.

The process color (four color CMYK) of #823498 color hex is 0.14, 0.66, 0.00, 0.40. Web safe color of #823498 is #993399. Color #823498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110100 10011000
Octal 202 64 230
Decimal 130 52 152
Hex 82 34 98

RGB Percentages of Color #823498

%38.92
%15.57
%45.51

CMYK Percentages of Color #823498

%14
%66
%0
%40

Triadic Colors of #823498

#823498 #988234 #349882

Analogous Colors of #823498

#823498 #98347c #503498

Monochromatic Colors of #823498

#823498

Complementary Color

#823498 #4a9834

#823498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823498 Color CSS Codes

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

#823498 Text Font Color

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

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


#823498 Background Color

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

This div background color is #823498


#823498 Border Color

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

This div border color is #823498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,52,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823498;
  -webkit-box-shadow: 1px 1px 3px 2px #823498;
  box-shadow:         1px 1px 3px 2px #823498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823498


Comments

No comments written yet.

Please login to write comment.