Color Hex Logo

#ad33ce Color Hex

#AD33CE
(173,51,206)
0 Favorites   0 Comments

Color spaces of #ad33ce

RGB 17351206
HSL0.800.610.50
HSV287°75°81°
CMYK 0.160.750.00   0.19
XYZ29.558015.708159.8666
Yxy15.70810.28110.1494
Hunter Lab39.633463.7640-61.8146
CIE-Lab46.589268.9714-55.9345

#ad33ce color RGB value is (173,51,206).

#ad33ce hex color red value is 173, green value is 51 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad33ce hue: 0.80 , saturation: 0.61 and the lightness value of ad33ce is 0.50.

The process color (four color CMYK) of #ad33ce color hex is 0.16, 0.75, 0.00, 0.19. Web safe color of #ad33ce is #9933cc. Color #ad33ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 11001110
Octal 255 63 316
Decimal 173 51 206
Hex AD 33 CE

RGB Percentages of Color #ad33ce

%40.23
%11.86
%47.91

CMYK Percentages of Color #ad33ce

%16
%75
%0
%19

Triadic Colors of #ad33ce

#ad33ce #cead33 #33cead

Analogous Colors of #ad33ce

#ad33ce #ce33a2 #6033ce

Monochromatic Colors of #ad33ce

#ad33ce

Complementary Color

#ad33ce #54ce33

#ad33ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad33ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad33ce Color CSS Codes

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

#ad33ce Text Font Color

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

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


#ad33ce Background Color

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

This div background color is #ad33ce


#ad33ce Border Color

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

This div border color is #ad33ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad33ce


Comments

No comments written yet.

Please login to write comment.