Color Hex Logo

#ad7bc4 Color Hex

#AD7BC4
(173,123,196)
0 Favorites   0 Comments

Color spaces of #ad7bc4

RGB 173123196
HSL0.780.380.63
HSV281°37°77°
CMYK 0.120.370.00   0.23
XYZ34.280327.035755.6362
Yxy27.03570.29310.2312
Hunter Lab51.995926.6903-27.0439
CIE-Lab59.007432.6012-30.5699

#ad7bc4 color RGB value is (173,123,196).

#ad7bc4 hex color red value is 173, green value is 123 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ad7bc4 hue: 0.78 , saturation: 0.38 and the lightness value of ad7bc4 is 0.63.

The process color (four color CMYK) of #ad7bc4 color hex is 0.12, 0.37, 0.00, 0.23. Web safe color of #ad7bc4 is #9966cc. Color #ad7bc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111011 11000100
Octal 255 173 304
Decimal 173 123 196
Hex AD 7B C4

RGB Percentages of Color #ad7bc4

%35.16
%25.00
%39.84

CMYK Percentages of Color #ad7bc4

%12
%37
%0
%23

Triadic Colors of #ad7bc4

#ad7bc4 #c4ad7b #7bc4ad

Analogous Colors of #ad7bc4

#ad7bc4 #c47bb7 #897bc4

Monochromatic Colors of #ad7bc4

#ad7bc4

Complementary Color

#ad7bc4 #92c47b

#ad7bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7bc4 Color CSS Codes

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

#ad7bc4 Text Font Color

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

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


#ad7bc4 Background Color

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

This div background color is #ad7bc4


#ad7bc4 Border Color

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

This div border color is #ad7bc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7bc4


Comments

No comments written yet.

Please login to write comment.