Color Hex Logo

#a251bd Color Hex

#A251BD
(162,81,189)
0 Favorites   0 Comments

Color spaces of #a251bd

RGB 16281189
HSL0.790.450.53
HSV285°57°74°
CMYK 0.140.570.00   0.26
XYZ27.028017.240450.0473
Yxy17.24040.28660.1828
Hunter Lab41.521643.5299-42.3991
CIE-Lab48.561550.5151-43.0359

#a251bd color RGB value is (162,81,189).

#a251bd hex color red value is 162, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a251bd hue: 0.79 , saturation: 0.45 and the lightness value of a251bd is 0.53.

The process color (four color CMYK) of #a251bd color hex is 0.14, 0.57, 0.00, 0.26. Web safe color of #a251bd is #9966cc. Color #a251bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010001 10111101
Octal 242 121 275
Decimal 162 81 189
Hex A2 51 BD

RGB Percentages of Color #a251bd

%37.50
%18.75
%43.75

CMYK Percentages of Color #a251bd

%14
%57
%0
%26

Triadic Colors of #a251bd

#a251bd #bda251 #51bda2

Analogous Colors of #a251bd

#a251bd #bd51a2 #6c51bd

Monochromatic Colors of #a251bd

#a251bd

Complementary Color

#a251bd #6cbd51

#a251bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a251bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a251bd Color CSS Codes

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

#a251bd Text Font Color

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

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


#a251bd Background Color

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

This div background color is #a251bd


#a251bd Border Color

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

This div border color is #a251bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a251bd


Comments

No comments written yet.

Please login to write comment.