Color Hex Logo

#a862bd Color Hex

#A862BD
(168,98,189)
0 Favorites   0 Comments

Color spaces of #a862bd

RGB 16898189
HSL0.790.410.56
HSV286°48°74°
CMYK 0.110.480.00   0.26
XYZ29.701420.734350.5808
Yxy20.73430.29400.2053
Hunter Lab45.534936.7454-33.9857
CIE-Lab52.657543.3618-36.5205

#a862bd color RGB value is (168,98,189).

#a862bd hex color red value is 168, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a862bd hue: 0.79 , saturation: 0.41 and the lightness value of a862bd is 0.56.

The process color (four color CMYK) of #a862bd color hex is 0.11, 0.48, 0.00, 0.26. Web safe color of #a862bd is #9966cc. Color #a862bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 10111101
Octal 250 142 275
Decimal 168 98 189
Hex A8 62 BD

RGB Percentages of Color #a862bd

%36.92
%21.54
%41.54

CMYK Percentages of Color #a862bd

%11
%48
%0
%26

Triadic Colors of #a862bd

#a862bd #bda862 #62bda8

Analogous Colors of #a862bd

#a862bd #bd62a5 #7b62bd

Monochromatic Colors of #a862bd

#a862bd

Complementary Color

#a862bd #77bd62

#a862bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a862bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a862bd Color CSS Codes

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

#a862bd Text Font Color

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

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


#a862bd Background Color

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

This div background color is #a862bd


#a862bd Border Color

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

This div border color is #a862bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a862bd


Comments

No comments written yet.

Please login to write comment.