Color Hex Logo

#ad33bc Color Hex

#AD33BC
(173,51,188)
0 Favorites   0 Comments

Color spaces of #ad33bc

RGB 17351188
HSL0.820.570.47
HSV293°73°74°
CMYK 0.080.730.00   0.26
XYZ27.494514.882749.0005
Yxy14.88270.30090.1629
Hunter Lab38.578159.7047-48.3033
CIE-Lab45.473165.7081-47.2770

#ad33bc color RGB value is (173,51,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 10111100
Octal 255 63 274
Decimal 173 51 188
Hex AD 33 BC

RGB Percentages of Color #ad33bc

%41.99
%12.38
%45.63

CMYK Percentages of Color #ad33bc

%8
%73
%0
%26

Triadic Colors of #ad33bc

#ad33bc #bcad33 #33bcad

Analogous Colors of #ad33bc

#ad33bc #bc3387 #6933bc

Monochromatic Colors of #ad33bc

#ad33bc

Complementary Color

#ad33bc #42bc33

#ad33bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad33bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad33bc Color CSS Codes

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

#ad33bc Text Font Color

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

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


#ad33bc Background Color

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

This div background color is #ad33bc


#ad33bc Border Color

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

This div border color is #ad33bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad33bc


Comments

No comments written yet.

Please login to write comment.