color codes Logo

#a548ef color codes

#A548EF
(165,72,239)
0 Favorites   0 Comments

Color spaces of #a548ef

RGB 16572239
HSL0.760.840.61
HSV273°70°94°
CMYK 0.310.700.00   0.06
XYZ33.414418.866183.5417
Yxy18.86610.24600.1389
Hunter Lab43.435161.3076-83.6319
CIE-Lab50.530266.1185-68.3883

#a548ef color RGB value is (165,72,239).

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

The process color (four color CMYK) of #a548ef color code is 0.31, 0.70, 0.00, 0.06. Web safe color of #a548ef is #9933ff. Color #a548ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 11101111
Octal 245 110 357
Decimal 165 72 239
Hex A5 48 EF

RGB Percentages of Color #a548ef

%34.66
%15.13
%50.21

CMYK Percentages of Color #a548ef

%31
%70
%0
%6

Triadic Colors of #a548ef

#a548ef #efa548 #48efa5

Analogous Colors of #a548ef

#a548ef #ef48e6 #5248ef

Monochromatic Colors of #a548ef

#a548ef

Complementary Color

#a548ef #92ef48

#a548ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a548ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a548ef Color CSS Codes

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

#a548ef Text Font Color

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

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


#a548ef Background Color

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

This div background color is #a548ef


#a548ef Border Color

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

This div border color is #a548ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a548ef


Comments

No comments written yet.

Please login to write comment.