Color Hex Logo

#a833ed Color Hex

#A833ED
(168,51,237)
0 Favorites   0 Comments

Color spaces of #a833ed

RGB 16851237
HSL0.770.840.56
HSV278°78°93°
CMYK 0.290.780.00   0.07
XYZ32.618316.806981.6456
Yxy16.80690.24890.1282
Hunter Lab40.996270.2787-89.3810
CIE-Lab48.015874.1313-71.3276

#a833ed color RGB value is (168,51,237).

#a833ed hex color red value is 168, green value is 51 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a833ed hue: 0.77 , saturation: 0.84 and the lightness value of a833ed is 0.56.

The process color (four color CMYK) of #a833ed color hex is 0.29, 0.78, 0.00, 0.07. Web safe color of #a833ed is #9933ff. Color #a833ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 11101101
Octal 250 63 355
Decimal 168 51 237
Hex A8 33 ED

RGB Percentages of Color #a833ed

%36.84
%11.18
%51.97

CMYK Percentages of Color #a833ed

%29
%78
%0
%7

Triadic Colors of #a833ed

#a833ed #eda833 #33eda8

Analogous Colors of #a833ed

#a833ed #ed33d5 #4b33ed

Monochromatic Colors of #a833ed

#a833ed

Complementary Color

#a833ed #78ed33

#a833ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a833ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a833ed Color CSS Codes

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

#a833ed Text Font Color

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

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


#a833ed Background Color

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

This div background color is #a833ed


#a833ed Border Color

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

This div border color is #a833ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,51,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a833ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a833ed;
  -webkit-box-shadow: 1px 1px 3px 2px #a833ed;
  box-shadow:         1px 1px 3px 2px #a833ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,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 #a833ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a833ed


Comments

No comments written yet.

Please login to write comment.