Color Hex Logo

#a548ea Color Hex

#A548EA
(165,72,234)
0 Favorites   0 Comments

Color spaces of #a548ea

RGB 16572234
HSL0.760.790.60
HSV274°69°92°
CMYK 0.290.690.00   0.08
XYZ32.685718.574679.7044
Yxy18.57460.24960.1418
Hunter Lab43.098359.9524-79.4801
CIE-Lab50.185765.0190-66.1348

#a548ea color RGB value is (165,72,234).

#a548ea hex color red value is 165, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a548ea hue: 0.76 , saturation: 0.79 and the lightness value of a548ea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 11101010
Octal 245 110 352
Decimal 165 72 234
Hex A5 48 EA

RGB Percentages of Color #a548ea

%35.03
%15.29
%49.68

CMYK Percentages of Color #a548ea

%29
%69
%0
%8

Triadic Colors of #a548ea

#a548ea #eaa548 #48eaa5

Analogous Colors of #a548ea

#a548ea #ea48de #5448ea

Monochromatic Colors of #a548ea

#a548ea

Complementary Color

#a548ea #8dea48

#a548ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a548ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a548ea Color CSS Codes

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

#a548ea Text Font Color

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

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


#a548ea Background Color

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

This div background color is #a548ea


#a548ea Border Color

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

This div border color is #a548ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a548ea


Comments

No comments written yet.

Please login to write comment.