Color Hex Logo

#ad33bd Color Hex

#AD33BD
(173,51,189)
0 Favorites   0 Comments

Color spaces of #ad33bd

RGB 17351189
HSL0.810.580.47
HSV293°73°74°
CMYK 0.080.730.00   0.26
XYZ27.602714.926049.5703
Yxy14.92600.29970.1621
Hunter Lab38.634259.9219-49.0292
CIE-Lab45.532765.8845-47.7661

#ad33bd color RGB value is (173,51,189).

#ad33bd hex color red value is 173, green value is 51 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad33bd hue: 0.81 , saturation: 0.58 and the lightness value of ad33bd is 0.47.

The process color (four color CMYK) of #ad33bd color hex is 0.08, 0.73, 0.00, 0.26. Web safe color of #ad33bd is #9933cc. Color #ad33bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 10111101
Octal 255 63 275
Decimal 173 51 189
Hex AD 33 BD

RGB Percentages of Color #ad33bd

%41.89
%12.35
%45.76

CMYK Percentages of Color #ad33bd

%8
%73
%0
%26

Triadic Colors of #ad33bd

#ad33bd #bdad33 #33bdad

Analogous Colors of #ad33bd

#ad33bd #bd3388 #6833bd

Monochromatic Colors of #ad33bd

#ad33bd

Complementary Color

#ad33bd #43bd33

#ad33bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad33bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad33bd Color CSS Codes

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

#ad33bd Text Font Color

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

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


#ad33bd Background Color

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

This div background color is #ad33bd


#ad33bd Border Color

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

This div border color is #ad33bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad33bd


Comments

No comments written yet.

Please login to write comment.