Color Hex Logo

#ad55bc Color Hex

#AD55BC
(173,85,188)
0 Favorites   0 Comments

Color spaces of #ad55bc

RGB 17385188
HSL0.810.430.54
HSV291°55°74°
CMYK 0.080.550.00   0.26
XYZ29.559219.012149.6887
Yxy19.01210.30080.1935
Hunter Lab43.602944.7035-37.0433
CIE-Lab50.701451.2510-38.9770

#ad55bc color RGB value is (173,85,188).

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

The process color (four color CMYK) of #ad55bc color hex is 0.08, 0.55, 0.00, 0.26. Web safe color of #ad55bc is #9966cc. Color #ad55bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 10111100
Octal 255 125 274
Decimal 173 85 188
Hex AD 55 BC

RGB Percentages of Color #ad55bc

%38.79
%19.06
%42.15

CMYK Percentages of Color #ad55bc

%8
%55
%0
%26

Triadic Colors of #ad55bc

#ad55bc #bcad55 #55bcad

Analogous Colors of #ad55bc

#ad55bc #bc5598 #7a55bc

Monochromatic Colors of #ad55bc

#ad55bc

Complementary Color

#ad55bc #64bc55

#ad55bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad55bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad55bc Color CSS Codes

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

#ad55bc Text Font Color

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

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


#ad55bc Background Color

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

This div background color is #ad55bc


#ad55bc Border Color

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

This div border color is #ad55bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad55bc


Comments

No comments written yet.

Please login to write comment.