Color Hex Logo

#a833ea Color Hex

#A833EA
(168,51,234)
1 Favorites   0 Comments

Color spaces of #a833ea

RGB 16851234
HSL0.770.810.56
HSV278°78°92°
CMYK 0.280.780.00   0.08
XYZ32.183616.633079.3561
Yxy16.63300.25110.1298
Hunter Lab40.783669.4887-86.8171
CIE-Lab47.794273.5242-69.9951

#a833ea color RGB value is (168,51,234).

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

The process color (four color CMYK) of #a833ea color hex is 0.28, 0.78, 0.00, 0.08. Web safe color of #a833ea is #9933ff. Color #a833ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 11101010
Octal 250 63 352
Decimal 168 51 234
Hex A8 33 EA

RGB Percentages of Color #a833ea

%37.09
%11.26
%51.66

CMYK Percentages of Color #a833ea

%28
%78
%0
%8

Triadic Colors of #a833ea

#a833ea #eaa833 #33eaa8

Analogous Colors of #a833ea

#a833ea #ea33d1 #4c33ea

Monochromatic Colors of #a833ea

#a833ea

Complementary Color

#a833ea #75ea33

#a833ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a833ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a833ea Color CSS Codes

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

#a833ea Text Font Color

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

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


#a833ea Background Color

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

This div background color is #a833ea


#a833ea Border Color

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

This div border color is #a833ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a833ea


Comments

No comments written yet.

Please login to write comment.