Color Hex Logo

#ad33eb Color Hex

#AD33EB
(173,51,235)
0 Favorites   0 Comments

Color spaces of #ad33eb

RGB 17351235
HSL0.780.820.56
HSV280°78°92°
CMYK 0.260.780.00   0.08
XYZ33.412817.250080.1658
Yxy17.25000.25540.1319
Hunter Lab41.533170.9177-85.3663
CIE-Lab48.573574.5468-69.2616

#ad33eb color RGB value is (173,51,235).

#ad33eb hex color red value is 173, green value is 51 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad33eb hue: 0.78 , saturation: 0.82 and the lightness value of ad33eb is 0.56.

The process color (four color CMYK) of #ad33eb color hex is 0.26, 0.78, 0.00, 0.08. Web safe color of #ad33eb is #9933ff. Color #ad33eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 11101011
Octal 255 63 353
Decimal 173 51 235
Hex AD 33 EB

RGB Percentages of Color #ad33eb

%37.69
%11.11
%51.20

CMYK Percentages of Color #ad33eb

%26
%78
%0
%8

Triadic Colors of #ad33eb

#ad33eb #ebad33 #33ebad

Analogous Colors of #ad33eb

#ad33eb #eb33cd #5133eb

Monochromatic Colors of #ad33eb

#ad33eb

Complementary Color

#ad33eb #71eb33

#ad33eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad33eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad33eb Color CSS Codes

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

#ad33eb Text Font Color

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

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


#ad33eb Background Color

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

This div background color is #ad33eb


#ad33eb Border Color

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

This div border color is #ad33eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,51,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ad33eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad33eb


Comments

No comments written yet.

Please login to write comment.