Color Hex Logo

#ad2fbc Color Hex

#AD2FBC
(173,47,188)
0 Favorites   0 Comments

Color spaces of #ad2fbc

RGB 17347188
HSL0.820.600.46
HSV294°75°74°
CMYK 0.080.750.00   0.26
XYZ27.327214.548148.9447
Yxy14.54810.30090.1602
Hunter Lab38.142061.1397-49.3830
CIE-Lab45.008967.0368-48.0192

#ad2fbc color RGB value is (173,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101111 10111100
Octal 255 57 274
Decimal 173 47 188
Hex AD 2F BC

RGB Percentages of Color #ad2fbc

%42.40
%11.52
%46.08

CMYK Percentages of Color #ad2fbc

%8
%75
%0
%26

Triadic Colors of #ad2fbc

#ad2fbc #bcad2f #2fbcad

Analogous Colors of #ad2fbc

#ad2fbc #bc2f85 #672fbc

Monochromatic Colors of #ad2fbc

#ad2fbc

Complementary Color

#ad2fbc #3ebc2f

#ad2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2fbc Color CSS Codes

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

#ad2fbc Text Font Color

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

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


#ad2fbc Background Color

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

This div background color is #ad2fbc


#ad2fbc Border Color

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

This div border color is #ad2fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2fbc


Comments

No comments written yet.

Please login to write comment.