Color Hex Logo

#a830ef Color Hex

#A830EF
(168,48,239)
0 Favorites   0 Comments

Color spaces of #a830ef

RGB 16848239
HSL0.770.860.56
HSV278°80°94°
CMYK 0.300.800.00   0.06
XYZ32.785416.670783.1511
Yxy16.67070.24720.1257
Hunter Lab40.829871.8795-92.1651
CIE-Lab47.842475.4754-72.7366

#a830ef color RGB value is (168,48,239).

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

The process color (four color CMYK) of #a830ef color hex is 0.30, 0.80, 0.00, 0.06. Web safe color of #a830ef is #9933ff. Color #a830ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 11101111
Octal 250 60 357
Decimal 168 48 239
Hex A8 30 EF

RGB Percentages of Color #a830ef

%36.92
%10.55
%52.53

CMYK Percentages of Color #a830ef

%30
%80
%0
%6

Triadic Colors of #a830ef

#a830ef #efa830 #30efa8

Analogous Colors of #a830ef

#a830ef #ef30d7 #4930ef

Monochromatic Colors of #a830ef

#a830ef

Complementary Color

#a830ef #77ef30

#a830ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a830ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a830ef Color CSS Codes

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

#a830ef Text Font Color

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

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


#a830ef Background Color

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

This div background color is #a830ef


#a830ef Border Color

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

This div border color is #a830ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a830ef


Comments

No comments written yet.

Please login to write comment.