Color Hex Logo

#823aef Color Hex

#823AEF
(130,58,239)
0 Favorites   0 Comments

Color spaces of #823aef

RGB 13058239
HSL0.730.850.58
HSV264°76°94°
CMYK 0.460.760.00   0.06
XYZ26.299014.003982.9783
Yxy14.00390.21330.1136
Hunter Lab37.421859.9568-105.2732
CIE-Lab44.238566.1656-78.8235

#823aef color RGB value is (130,58,239).

#823aef hex color red value is 130, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #823aef hue: 0.73 , saturation: 0.85 and the lightness value of 823aef is 0.58.

The process color (four color CMYK) of #823aef color hex is 0.46, 0.76, 0.00, 0.06. Web safe color of #823aef is #9933ff. Color #823aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111010 11101111
Octal 202 72 357
Decimal 130 58 239
Hex 82 3A EF

RGB Percentages of Color #823aef

%30.44
%13.58
%55.97

CMYK Percentages of Color #823aef

%46
%76
%0
%6

Triadic Colors of #823aef

#823aef #ef823a #3aef82

Analogous Colors of #823aef

#823aef #dd3aef #3a4cef

Monochromatic Colors of #823aef

#823aef

Complementary Color

#823aef #a7ef3a

#823aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#823aef Color CSS Codes

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

#823aef Text Font Color

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

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


#823aef Background Color

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

This div background color is #823aef


#823aef Border Color

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

This div border color is #823aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823aef


Comments

No comments written yet.

Please login to write comment.