Color Hex Logo

#ad58bc Color Hex

#AD58BC
(173,88,188)
0 Favorites   0 Comments

Color spaces of #ad58bc

RGB 17388188
HSL0.810.430.54
HSV291°53°74°
CMYK 0.080.530.00   0.26
XYZ29.800419.494549.7691
Yxy19.49450.30080.1968
Hunter Lab44.152643.2100-35.9253
CIE-Lab51.260849.7585-38.0955

#ad58bc color RGB value is (173,88,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 10111100
Octal 255 130 274
Decimal 173 88 188
Hex AD 58 BC

RGB Percentages of Color #ad58bc

%38.53
%19.60
%41.87

CMYK Percentages of Color #ad58bc

%8
%53
%0
%26

Triadic Colors of #ad58bc

#ad58bc #bcad58 #58bcad

Analogous Colors of #ad58bc

#ad58bc #bc5899 #7b58bc

Monochromatic Colors of #ad58bc

#ad58bc

Complementary Color

#ad58bc #67bc58

#ad58bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58bc Color CSS Codes

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

#ad58bc Text Font Color

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

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


#ad58bc Background Color

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

This div background color is #ad58bc


#ad58bc Border Color

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

This div border color is #ad58bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58bc


Comments

No comments written yet.

Please login to write comment.