Color Hex Logo

#ad07bd Color Hex

#AD07BD
(173,7,189)
0 Favorites   0 Comments

Color spaces of #ad07bd

RGB 1737189
HSL0.820.930.38
HSV295°96°74°
CMYK 0.080.960.00   0.26
XYZ26.494912.710349.2010
Yxy12.71030.29970.1438
Hunter Lab35.651570.2646-56.8673
CIE-Lab42.323575.2272-52.9162

#ad07bd color RGB value is (173,7,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 10111101
Octal 255 7 275
Decimal 173 7 189
Hex AD 7 BD

RGB Percentages of Color #ad07bd

%46.88
%1.90
%51.22

CMYK Percentages of Color #ad07bd

%8
%96
%0
%26

Triadic Colors of #ad07bd

#ad07bd #bdad07 #07bdad

Analogous Colors of #ad07bd

#ad07bd #bd0772 #5207bd

Monochromatic Colors of #ad07bd

#ad07bd

Complementary Color

#ad07bd #17bd07

#ad07bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad07bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad07bd Color CSS Codes

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

#ad07bd Text Font Color

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

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


#ad07bd Background Color

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

This div background color is #ad07bd


#ad07bd Border Color

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

This div border color is #ad07bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad07bd


Comments

No comments written yet.

Please login to write comment.