Color Hex Logo

#823098 Color Hex

#823098
(130,48,152)
0 Favorites   0 Comments

Color spaces of #823098

RGB 13048152
HSL0.800.520.39
HSV287°68°60°
CMYK 0.140.680.00   0.40
XYZ15.93049.126730.6278
Yxy9.12670.28610.1639
Hunter Lab30.210441.2574-38.9618
CIE-Lab36.227150.5595-40.9967

#823098 color RGB value is (130,48,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 10011000
Octal 202 60 230
Decimal 130 48 152
Hex 82 30 98

RGB Percentages of Color #823098

%39.39
%14.55
%46.06

CMYK Percentages of Color #823098

%14
%68
%0
%40

Triadic Colors of #823098

#823098 #988230 #309882

Analogous Colors of #823098

#823098 #98307a #4e3098

Monochromatic Colors of #823098

#823098

Complementary Color

#823098 #469830

#823098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823098 Color CSS Codes

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

#823098 Text Font Color

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

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


#823098 Background Color

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

This div background color is #823098


#823098 Border Color

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

This div border color is #823098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,48,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 #823098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823098


Comments

No comments written yet.

Please login to write comment.