Color Hex Logo

#ad61bf Color Hex

#AD61BF
(173,97,191)
0 Favorites   0 Comments

Color spaces of #ad61bf

RGB 17397191
HSL0.800.420.56
HSV289°49°75°
CMYK 0.090.490.00   0.25
XYZ30.912221.195251.7520
Yxy21.19520.29760.2041
Hunter Lab46.038239.2862-34.4216
CIE-Lab53.162545.7344-36.8362

#ad61bf color RGB value is (173,97,191).

#ad61bf hex color red value is 173, green value is 97 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad61bf hue: 0.80 , saturation: 0.42 and the lightness value of ad61bf is 0.56.

The process color (four color CMYK) of #ad61bf color hex is 0.09, 0.49, 0.00, 0.25. Web safe color of #ad61bf is #9966cc. Color #ad61bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 10111111
Octal 255 141 277
Decimal 173 97 191
Hex AD 61 BF

RGB Percentages of Color #ad61bf

%37.53
%21.04
%41.43

CMYK Percentages of Color #ad61bf

%9
%49
%0
%25

Triadic Colors of #ad61bf

#ad61bf #bfad61 #61bfad

Analogous Colors of #ad61bf

#ad61bf #bf61a2 #7e61bf

Monochromatic Colors of #ad61bf

#ad61bf

Complementary Color

#ad61bf #73bf61

#ad61bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61bf Color CSS Codes

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

#ad61bf Text Font Color

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

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


#ad61bf Background Color

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

This div background color is #ad61bf


#ad61bf Border Color

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

This div border color is #ad61bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61bf


Comments

No comments written yet.

Please login to write comment.