Color Hex Logo

#a830cd Color Hex

#A830CD
(168,48,205)
0 Favorites   0 Comments

Color spaces of #a830cd

RGB 16848205
HSL0.790.620.50
HSV286°77°80°
CMYK 0.180.770.00   0.20
XYZ28.224814.846559.1357
Yxy14.84650.27620.1453
Hunter Lab38.531263.3251-64.0235
CIE-Lab45.423268.8253-57.2752

#a830cd color RGB value is (168,48,205).

#a830cd hex color red value is 168, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a830cd hue: 0.79 , saturation: 0.62 and the lightness value of a830cd is 0.50.

The process color (four color CMYK) of #a830cd color hex is 0.18, 0.77, 0.00, 0.20. Web safe color of #a830cd is #9933cc. Color #a830cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 11001101
Octal 250 60 315
Decimal 168 48 205
Hex A8 30 CD

RGB Percentages of Color #a830cd

%39.90
%11.40
%48.69

CMYK Percentages of Color #a830cd

%18
%77
%0
%20

Triadic Colors of #a830cd

#a830cd #cda830 #30cda8

Analogous Colors of #a830cd

#a830cd #cd30a4 #5a30cd

Monochromatic Colors of #a830cd

#a830cd

Complementary Color

#a830cd #55cd30

#a830cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a830cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a830cd Color CSS Codes

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

#a830cd Text Font Color

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

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


#a830cd Background Color

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

This div background color is #a830cd


#a830cd Border Color

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

This div border color is #a830cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a830cd


Comments

No comments written yet.

Please login to write comment.