Color Hex Logo

#a502bd Color Hex

#A502BD
(165,2,189)
0 Favorites   0 Comments

Color spaces of #a502bd

RGB 1652189
HSL0.810.980.37
HSV292°99°74°
CMYK 0.130.990.00   0.26
XYZ24.724111.716949.1026
Yxy11.71690.28900.1370
Hunter Lab34.230069.0271-61.0901
CIE-Lab40.762674.5100-55.5050

#a502bd color RGB value is (165,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000010 10111101
Octal 245 2 275
Decimal 165 2 189
Hex A5 2 BD

RGB Percentages of Color #a502bd

%46.35
%0.56
%53.09

CMYK Percentages of Color #a502bd

%13
%99
%0
%26

Triadic Colors of #a502bd

#a502bd #bda502 #02bda5

Analogous Colors of #a502bd

#a502bd #bd0278 #4702bd

Monochromatic Colors of #a502bd

#a502bd

Complementary Color

#a502bd #1abd02

#a502bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a502bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a502bd Color CSS Codes

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

#a502bd Text Font Color

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

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


#a502bd Background Color

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

This div background color is #a502bd


#a502bd Border Color

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

This div border color is #a502bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a502bd


Comments

No comments written yet.

Please login to write comment.