Color Hex Logo

#a512bd Color Hex

#A512BD
(165,18,189)
0 Favorites   0 Comments

Color spaces of #a512bd

RGB 16518189
HSL0.810.830.41
HSV292°90°74°
CMYK 0.130.900.00   0.26
XYZ24.918712.106149.1675
Yxy12.10610.28910.1405
Hunter Lab34.793866.9493-59.4276
CIE-Lab41.384372.6656-54.5007

#a512bd color RGB value is (165,18,189).

#a512bd hex color red value is 165, green value is 18 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a512bd hue: 0.81 , saturation: 0.83 and the lightness value of a512bd is 0.41.

The process color (four color CMYK) of #a512bd color hex is 0.13, 0.90, 0.00, 0.26. Web safe color of #a512bd is #9900cc. Color #a512bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 10111101
Octal 245 22 275
Decimal 165 18 189
Hex A5 12 BD

RGB Percentages of Color #a512bd

%44.35
%4.84
%50.81

CMYK Percentages of Color #a512bd

%13
%90
%0
%26

Triadic Colors of #a512bd

#a512bd #bda512 #12bda5

Analogous Colors of #a512bd

#a512bd #bd1280 #4f12bd

Monochromatic Colors of #a512bd

#a512bd

Complementary Color

#a512bd #2abd12

#a512bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a512bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a512bd Color CSS Codes

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

#a512bd Text Font Color

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

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


#a512bd Background Color

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

This div background color is #a512bd


#a512bd Border Color

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

This div border color is #a512bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,18,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a512bd


Comments

No comments written yet.

Please login to write comment.