Color Hex Logo

#a830dc Color Hex

#A830DC
(168,48,220)
0 Favorites   0 Comments

Color spaces of #a830dc

RGB 16848220
HSL0.780.710.53
HSV282°78°86°
CMYK 0.240.780.00   0.14
XYZ30.123715.606069.1347
Yxy15.60600.26230.1359
Hunter Lab39.504466.9806-76.1073
CIE-Lab46.453371.7046-64.2217

#a830dc color RGB value is (168,48,220).

#a830dc hex color red value is 168, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a830dc hue: 0.78 , saturation: 0.71 and the lightness value of a830dc is 0.53.

The process color (four color CMYK) of #a830dc color hex is 0.24, 0.78, 0.00, 0.14. Web safe color of #a830dc is #9933cc. Color #a830dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 11011100
Octal 250 60 334
Decimal 168 48 220
Hex A8 30 DC

RGB Percentages of Color #a830dc

%38.53
%11.01
%50.46

CMYK Percentages of Color #a830dc

%24
%78
%0
%14

Triadic Colors of #a830dc

#a830dc #dca830 #30dca8

Analogous Colors of #a830dc

#a830dc #dc30ba #5230dc

Monochromatic Colors of #a830dc

#a830dc

Complementary Color

#a830dc #64dc30

#a830dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a830dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a830dc Color CSS Codes

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

#a830dc Text Font Color

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

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


#a830dc Background Color

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

This div background color is #a830dc


#a830dc Border Color

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

This div border color is #a830dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a830dc


Comments

No comments written yet.

Please login to write comment.