Color Hex Logo

#823eeb Color Hex

#823EEB
(130,62,235)
0 Favorites   0 Comments

Color spaces of #823eeb

RGB 13062235
HSL0.730.810.58
HSV264°74°92°
CMYK 0.450.740.00   0.08
XYZ25.923914.189279.9697
Yxy14.18920.21590.1182
Hunter Lab37.668656.9256-99.5037
CIE-Lab44.503163.4689-76.1323

#823eeb color RGB value is (130,62,235).

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

The process color (four color CMYK) of #823eeb color hex is 0.45, 0.74, 0.00, 0.08. Web safe color of #823eeb is #9933ff. Color #823eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 11101011
Octal 202 76 353
Decimal 130 62 235
Hex 82 3E EB

RGB Percentages of Color #823eeb

%30.44
%14.52
%55.04

CMYK Percentages of Color #823eeb

%45
%74
%0
%8

Triadic Colors of #823eeb

#823eeb #eb823e #3eeb82

Analogous Colors of #823eeb

#823eeb #d93eeb #3e51eb

Monochromatic Colors of #823eeb

#823eeb

Complementary Color

#823eeb #a7eb3e

#823eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#823eeb Color CSS Codes

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

#823eeb Text Font Color

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

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


#823eeb Background Color

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

This div background color is #823eeb


#823eeb Border Color

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

This div border color is #823eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823eeb


Comments

No comments written yet.

Please login to write comment.