Color Hex Logo

#823ceb Color Hex

#823CEB
(130,60,235)
0 Favorites   0 Comments

Color spaces of #823ceb

RGB 13060235
HSL0.730.810.58
HSV264°74°92°
CMYK 0.450.740.00   0.08
XYZ25.817213.975779.9341
Yxy13.97570.21560.1167
Hunter Lab37.384157.8487-100.6041
CIE-Lab44.198164.3381-76.6313

#823ceb color RGB value is (130,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111100 11101011
Octal 202 74 353
Decimal 130 60 235
Hex 82 3C EB

RGB Percentages of Color #823ceb

%30.59
%14.12
%55.29

CMYK Percentages of Color #823ceb

%45
%74
%0
%8

Triadic Colors of #823ceb

#823ceb #eb823c #3ceb82

Analogous Colors of #823ceb

#823ceb #da3ceb #3c4deb

Monochromatic Colors of #823ceb

#823ceb

Complementary Color

#823ceb #a5eb3c

#823ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#823ceb Color CSS Codes

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

#823ceb Text Font Color

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

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


#823ceb Background Color

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

This div background color is #823ceb


#823ceb Border Color

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

This div border color is #823ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823ceb


Comments

No comments written yet.

Please login to write comment.