Color Hex Logo

#a548dc Color Hex

#A548DC
(165,72,220)
0 Favorites   0 Comments

Color spaces of #a548dc

RGB 16572220
HSL0.770.680.57
HSV278°67°86°
CMYK 0.250.670.00   0.14
XYZ30.752717.801469.5253
Yxy17.80140.26040.1508
Hunter Lab42.191756.2696-68.1664
CIE-Lab49.254361.9874-59.7154

#a548dc color RGB value is (165,72,220).

#a548dc hex color red value is 165, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a548dc hue: 0.77 , saturation: 0.68 and the lightness value of a548dc is 0.57.

The process color (four color CMYK) of #a548dc color hex is 0.25, 0.67, 0.00, 0.14. Web safe color of #a548dc is #9933cc. Color #a548dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 11011100
Octal 245 110 334
Decimal 165 72 220
Hex A5 48 DC

RGB Percentages of Color #a548dc

%36.11
%15.75
%48.14

CMYK Percentages of Color #a548dc

%25
%67
%0
%14

Triadic Colors of #a548dc

#a548dc #dca548 #48dca5

Analogous Colors of #a548dc

#a548dc #dc48c9 #5b48dc

Monochromatic Colors of #a548dc

#a548dc

Complementary Color

#a548dc #7fdc48

#a548dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a548dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a548dc Color CSS Codes

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

#a548dc Text Font Color

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

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


#a548dc Background Color

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

This div background color is #a548dc


#a548dc Border Color

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

This div border color is #a548dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a548dc


Comments

No comments written yet.

Please login to write comment.