Color Hex Logo

#823bed Color Hex

#823BED
(130,59,237)
0 Favorites   0 Comments

Color spaces of #823bed

RGB 13059237
HSL0.730.830.58
HSV264°75°93°
CMYK 0.450.750.00   0.07
XYZ26.055913.988281.4475
Yxy13.98820.21450.1151
Hunter Lab37.400858.9036-102.9349
CIE-Lab44.216065.2556-77.7319

#823bed color RGB value is (130,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111011 11101101
Octal 202 73 355
Decimal 130 59 237
Hex 82 3B ED

RGB Percentages of Color #823bed

%30.52
%13.85
%55.63

CMYK Percentages of Color #823bed

%45
%75
%0
%7

Triadic Colors of #823bed

#823bed #ed823b #3bed82

Analogous Colors of #823bed

#823bed #db3bed #3b4ded

Monochromatic Colors of #823bed

#823bed

Complementary Color

#823bed #a6ed3b

#823bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#823bed Color CSS Codes

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

#823bed Text Font Color

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

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


#823bed Background Color

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

This div background color is #823bed


#823bed Border Color

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

This div border color is #823bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823bed


Comments

No comments written yet.

Please login to write comment.