Color Hex Logo

#823093 Color Hex

#823093
(130,48,147)
0 Favorites   0 Comments

Color spaces of #823093

RGB 13048147
HSL0.800.510.38
HSV290°67°58°
CMYK 0.120.670.00   0.42
XYZ15.52938.966328.5159
Yxy8.96630.29290.1691
Hunter Lab29.943840.1712-35.5021
CIE-Lab35.919349.5527-38.4434

#823093 color RGB value is (130,48,147).

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

The process color (four color CMYK) of #823093 color hex is 0.12, 0.67, 0.00, 0.42. Web safe color of #823093 is #993399. Color #823093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00110000 10010011
Octal 202 60 223
Decimal 130 48 147
Hex 82 30 93

RGB Percentages of Color #823093

%40.00
%14.77
%45.23

CMYK Percentages of Color #823093

%12
%67
%0
%42

Triadic Colors of #823093

#823093 #938230 #309382

Analogous Colors of #823093

#823093 #933073 #513093

Monochromatic Colors of #823093

#823093

Complementary Color

#823093 #419330

#823093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823093 Color CSS Codes

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

#823093 Text Font Color

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

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


#823093 Background Color

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

This div background color is #823093


#823093 Border Color

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

This div border color is #823093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823093


Comments

No comments written yet.

Please login to write comment.