color codes Logo

#ad0fbb color codes

#AD0FBB
(173,15,187)
0 Favorites   0 Comments

Color spaces of #ad0fbb

RGB 17315187
HSL0.820.850.40
HSV295°92°73°
CMYK 0.070.920.00   0.27
XYZ26.374012.813748.0969
Yxy12.81370.30220.1468
Hunter Lab35.796268.8721-54.6065
CIE-Lab42.481274.0498-51.4876

#ad0fbb color RGB value is (173,15,187).

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

The process color (four color CMYK) of #ad0fbb color code is 0.07, 0.92, 0.00, 0.27. Web safe color of #ad0fbb is #9900cc. Color #ad0fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 10111011
Octal 255 17 273
Decimal 173 15 187
Hex AD F BB

RGB Percentages of Color #ad0fbb

%46.13
%4.00
%49.87

CMYK Percentages of Color #ad0fbb

%7
%92
%0
%27

Triadic Colors of #ad0fbb

#ad0fbb #bbad0f #0fbbad

Analogous Colors of #ad0fbb

#ad0fbb #bb0f73 #570fbb

Monochromatic Colors of #ad0fbb

#ad0fbb

Complementary Color

#ad0fbb #1dbb0f

#ad0fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0fbb Color CSS Codes

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

#ad0fbb Text Font Color

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

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


#ad0fbb Background Color

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

This div background color is #ad0fbb


#ad0fbb Border Color

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

This div border color is #ad0fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0fbb


Comments

No comments written yet.

Please login to write comment.