Color Hex Logo

#ad2bbc Color Hex

#AD2BBC
(173,43,188)
0 Favorites   0 Comments

Color spaces of #ad2bbc

RGB 17343188
HSL0.820.630.45
HSV294°77°74°
CMYK 0.080.770.00   0.26
XYZ27.174614.242848.8938
Yxy14.24280.30090.1577
Hunter Lab37.739662.4854-50.3958
CIE-Lab44.579168.2739-48.7070

#ad2bbc color RGB value is (173,43,188).

#ad2bbc hex color red value is 173, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad2bbc hue: 0.82 , saturation: 0.63 and the lightness value of ad2bbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101011 10111100
Octal 255 53 274
Decimal 173 43 188
Hex AD 2B BC

RGB Percentages of Color #ad2bbc

%42.82
%10.64
%46.53

CMYK Percentages of Color #ad2bbc

%8
%77
%0
%26

Triadic Colors of #ad2bbc

#ad2bbc #bcad2b #2bbcad

Analogous Colors of #ad2bbc

#ad2bbc #bc2b83 #652bbc

Monochromatic Colors of #ad2bbc

#ad2bbc

Complementary Color

#ad2bbc #3abc2b

#ad2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2bbc Color CSS Codes

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

#ad2bbc Text Font Color

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

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


#ad2bbc Background Color

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

This div background color is #ad2bbc


#ad2bbc Border Color

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

This div border color is #ad2bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2bbc


Comments

No comments written yet.

Please login to write comment.