Color Hex Logo

#ad02bd Color Hex

#AD02BD
(173,2,189)
0 Favorites   0 Comments

Color spaces of #ad02bd

RGB 1732189
HSL0.820.980.37
HSV295°99°74°
CMYK 0.080.990.00   0.26
XYZ26.440612.601849.1829
Yxy12.60180.29970.1428
Hunter Lab35.499070.8282-57.2953
CIE-Lab42.157075.7213-53.1844

#ad02bd color RGB value is (173,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 10111101
Octal 255 2 275
Decimal 173 2 189
Hex AD 2 BD

RGB Percentages of Color #ad02bd

%47.53
%0.55
%51.92

CMYK Percentages of Color #ad02bd

%8
%99
%0
%26

Triadic Colors of #ad02bd

#ad02bd #bdad02 #02bdad

Analogous Colors of #ad02bd

#ad02bd #bd0270 #4f02bd

Monochromatic Colors of #ad02bd

#ad02bd

Complementary Color

#ad02bd #12bd02

#ad02bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad02bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad02bd Color CSS Codes

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

#ad02bd Text Font Color

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

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


#ad02bd Background Color

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

This div background color is #ad02bd


#ad02bd Border Color

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

This div border color is #ad02bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad02bd


Comments

No comments written yet.

Please login to write comment.