Color Hex Logo

#ad36bc Color Hex

#AD36BC
(173,54,188)
0 Favorites   0 Comments

Color spaces of #ad36bc

RGB 17354188
HSL0.810.550.47
HSV293°71°74°
CMYK 0.080.710.00   0.26
XYZ27.629815.153449.0456
Yxy15.15340.30090.1650
Hunter Lab38.927458.5725-47.4518
CIE-Lab45.843664.6527-46.6853

#ad36bc color RGB value is (173,54,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 10111100
Octal 255 66 274
Decimal 173 54 188
Hex AD 36 BC

RGB Percentages of Color #ad36bc

%41.69
%13.01
%45.30

CMYK Percentages of Color #ad36bc

%8
%71
%0
%26

Triadic Colors of #ad36bc

#ad36bc #bcad36 #36bcad

Analogous Colors of #ad36bc

#ad36bc #bc3688 #6a36bc

Monochromatic Colors of #ad36bc

#ad36bc

Complementary Color

#ad36bc #45bc36

#ad36bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad36bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad36bc Color CSS Codes

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

#ad36bc Text Font Color

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

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


#ad36bc Background Color

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

This div background color is #ad36bc


#ad36bc Border Color

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

This div border color is #ad36bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad36bc


Comments

No comments written yet.

Please login to write comment.