Color Hex Logo

#a762bd Color Hex

#A762BD
(167,98,189)
0 Favorites   0 Comments

Color spaces of #a762bd

RGB 16798189
HSL0.790.410.56
HSV285°48°74°
CMYK 0.120.480.00   0.26
XYZ29.489320.625050.5709
Yxy20.62500.29290.2048
Hunter Lab45.414836.4301-34.2311
CIE-Lab52.536643.0732-36.7187

#a762bd color RGB value is (167,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100010 10111101
Octal 247 142 275
Decimal 167 98 189
Hex A7 62 BD

RGB Percentages of Color #a762bd

%36.78
%21.59
%41.63

CMYK Percentages of Color #a762bd

%12
%48
%0
%26

Triadic Colors of #a762bd

#a762bd #bda762 #62bda7

Analogous Colors of #a762bd

#a762bd #bd62a6 #7a62bd

Monochromatic Colors of #a762bd

#a762bd

Complementary Color

#a762bd #78bd62

#a762bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a762bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a762bd Color CSS Codes

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

#a762bd Text Font Color

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

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


#a762bd Background Color

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

This div background color is #a762bd


#a762bd Border Color

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

This div border color is #a762bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a762bd


Comments

No comments written yet.

Please login to write comment.