Color Hex Logo

#a607bd Color Hex

#A607BD
(166,7,189)
0 Favorites   0 Comments

Color spaces of #a607bd

RGB 1667189
HSL0.810.930.38
HSV292°96°74°
CMYK 0.120.960.00   0.26
XYZ24.987211.933149.1305
Yxy11.93310.29040.1387
Hunter Lab34.544368.6632-60.1439
CIE-Lab41.109674.1425-54.9358

#a607bd color RGB value is (166,7,189).

#a607bd hex color red value is 166, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a607bd hue: 0.81 , saturation: 0.93 and the lightness value of a607bd is 0.38.

The process color (four color CMYK) of #a607bd color hex is 0.12, 0.96, 0.00, 0.26. Web safe color of #a607bd is #9900cc. Color #a607bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 10111101
Octal 246 7 275
Decimal 166 7 189
Hex A6 7 BD

RGB Percentages of Color #a607bd

%45.86
%1.93
%52.21

CMYK Percentages of Color #a607bd

%12
%96
%0
%26

Triadic Colors of #a607bd

#a607bd #bda607 #07bda6

Analogous Colors of #a607bd

#a607bd #bd0779 #4b07bd

Monochromatic Colors of #a607bd

#a607bd

Complementary Color

#a607bd #1ebd07

#a607bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a607bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a607bd Color CSS Codes

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

#a607bd Text Font Color

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

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


#a607bd Background Color

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

This div background color is #a607bd


#a607bd Border Color

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

This div border color is #a607bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a607bd


Comments

No comments written yet.

Please login to write comment.