Color Hex Logo

#823adc Color Hex

#823ADC
(130,58,220)
0 Favorites   0 Comments

Color spaces of #823adc

RGB 13058220
HSL0.740.700.55
HSV267°74°86°
CMYK 0.410.740.00   0.14
XYZ23.637212.939268.9618
Yxy12.93920.22400.1226
Hunter Lab35.971154.3459-88.4877
CIE-Lab42.671561.5346-70.5986

#823adc color RGB value is (130,58,220).

#823adc hex color red value is 130, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #823adc hue: 0.74 , saturation: 0.70 and the lightness value of 823adc is 0.55.

The process color (four color CMYK) of #823adc color hex is 0.41, 0.74, 0.00, 0.14. Web safe color of #823adc is #9933cc. Color #823adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111010 11011100
Octal 202 72 334
Decimal 130 58 220
Hex 82 3A DC

RGB Percentages of Color #823adc

%31.86
%14.22
%53.92

CMYK Percentages of Color #823adc

%41
%74
%0
%14

Triadic Colors of #823adc

#823adc #dc823a #3adc82

Analogous Colors of #823adc

#823adc #d33adc #3a43dc

Monochromatic Colors of #823adc

#823adc

Complementary Color

#823adc #94dc3a

#823adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#823adc Color CSS Codes

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

#823adc Text Font Color

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

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


#823adc Background Color

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

This div background color is #823adc


#823adc Border Color

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

This div border color is #823adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823adc


Comments

No comments written yet.

Please login to write comment.