Color Hex Logo

#a730ea Color Hex

#A730EA
(167,48,234)
0 Favorites   0 Comments

Color spaces of #a730ea

RGB 16748234
HSL0.770.820.55
HSV278°79°92°
CMYK 0.290.790.00   0.08
XYZ31.844616.269979.3039
Yxy16.26990.24990.1277
Hunter Lab40.336070.3350-88.3340
CIE-Lab47.326674.3119-70.7619

#a730ea color RGB value is (167,48,234).

#a730ea hex color red value is 167, green value is 48 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a730ea hue: 0.77 , saturation: 0.82 and the lightness value of a730ea is 0.55.

The process color (four color CMYK) of #a730ea color hex is 0.29, 0.79, 0.00, 0.08. Web safe color of #a730ea is #9933ff. Color #a730ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110000 11101010
Octal 247 60 352
Decimal 167 48 234
Hex A7 30 EA

RGB Percentages of Color #a730ea

%37.19
%10.69
%52.12

CMYK Percentages of Color #a730ea

%29
%79
%0
%8

Triadic Colors of #a730ea

#a730ea #eaa730 #30eaa7

Analogous Colors of #a730ea

#a730ea #ea30d0 #4a30ea

Monochromatic Colors of #a730ea

#a730ea

Complementary Color

#a730ea #73ea30

#a730ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a730ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a730ea Color CSS Codes

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

#a730ea Text Font Color

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

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


#a730ea Background Color

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

This div background color is #a730ea


#a730ea Border Color

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

This div border color is #a730ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a730ea


Comments

No comments written yet.

Please login to write comment.