Color Hex Logo

#ad5fbb Color Hex

#AD5FBB
(173,95,187)
0 Favorites   0 Comments

Color spaces of #ad5fbb

RGB 17395187
HSL0.810.400.55
HSV291°49°73°
CMYK 0.070.490.00   0.27
XYZ30.295420.656549.4041
Yxy20.65650.30190.2058
Hunter Lab45.449439.4470-32.6344
CIE-Lab52.571545.9794-35.4581

#ad5fbb color RGB value is (173,95,187).

#ad5fbb hex color red value is 173, green value is 95 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ad5fbb hue: 0.81 , saturation: 0.40 and the lightness value of ad5fbb is 0.55.

The process color (four color CMYK) of #ad5fbb color hex is 0.07, 0.49, 0.00, 0.27. Web safe color of #ad5fbb is #9966cc. Color #ad5fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 10111011
Octal 255 137 273
Decimal 173 95 187
Hex AD 5F BB

RGB Percentages of Color #ad5fbb

%38.02
%20.88
%41.10

CMYK Percentages of Color #ad5fbb

%7
%49
%0
%27

Triadic Colors of #ad5fbb

#ad5fbb #bbad5f #5fbbad

Analogous Colors of #ad5fbb

#ad5fbb #bb5f9b #7f5fbb

Monochromatic Colors of #ad5fbb

#ad5fbb

Complementary Color

#ad5fbb #6dbb5f

#ad5fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fbb Color CSS Codes

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

#ad5fbb Text Font Color

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

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


#ad5fbb Background Color

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

This div background color is #ad5fbb


#ad5fbb Border Color

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

This div border color is #ad5fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fbb


Comments

No comments written yet.

Please login to write comment.