Color Hex Logo

#823eed Color Hex

#823EED
(130,62,237)
0 Favorites   0 Comments

Color spaces of #823eed

RGB 13062237
HSL0.730.830.59
HSV263°74°93°
CMYK 0.450.740.00   0.07
XYZ26.214614.305581.5003
Yxy14.30550.21480.1172
Hunter Lab37.822657.5276-101.2825
CIE-Lab44.667963.9659-76.9920

#823eed color RGB value is (130,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111110 11101101
Octal 202 76 355
Decimal 130 62 237
Hex 82 3E ED

RGB Percentages of Color #823eed

%30.30
%14.45
%55.24

CMYK Percentages of Color #823eed

%45
%74
%0
%7

Triadic Colors of #823eed

#823eed #ed823e #3eed82

Analogous Colors of #823eed

#823eed #da3eed #3e52ed

Monochromatic Colors of #823eed

#823eed

Complementary Color

#823eed #a9ed3e

#823eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#823eed Color CSS Codes

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

#823eed Text Font Color

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

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


#823eed Background Color

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

This div background color is #823eed


#823eed Border Color

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

This div border color is #823eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823eed


Comments

No comments written yet.

Please login to write comment.