Color Hex Logo

#ad45bc Color Hex

#AD45BC
(173,69,188)
0 Favorites   0 Comments

Color spaces of #ad45bc

RGB 17369188
HSL0.810.470.50
HSV292°63°74°
CMYK 0.080.630.00   0.26
XYZ28.438816.771349.3152
Yxy16.77130.30090.1774
Hunter Lab40.952852.2882-42.7299
CIE-Lab47.970658.6864-43.2985

#ad45bc color RGB value is (173,69,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 10111100
Octal 255 105 274
Decimal 173 69 188
Hex AD 45 BC

RGB Percentages of Color #ad45bc

%40.23
%16.05
%43.72

CMYK Percentages of Color #ad45bc

%8
%63
%0
%26

Triadic Colors of #ad45bc

#ad45bc #bcad45 #45bcad

Analogous Colors of #ad45bc

#ad45bc #bc4590 #7245bc

Monochromatic Colors of #ad45bc

#ad45bc

Complementary Color

#ad45bc #54bc45

#ad45bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad45bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad45bc Color CSS Codes

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

#ad45bc Text Font Color

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

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


#ad45bc Background Color

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

This div background color is #ad45bc


#ad45bc Border Color

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

This div border color is #ad45bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad45bc


Comments

No comments written yet.

Please login to write comment.