Color Hex Logo

#ad2bfb Color Hex

#AD2BFB
(173,43,251)
0 Favorites   0 Comments

Color spaces of #ad2bfb

RGB 17343251
HSL0.770.960.58
HSV278°83°98°
CMYK 0.310.830.00   0.02
XYZ35.510017.577092.7879
Yxy17.57700.24340.1205
Hunter Lab41.924977.8191-101.8727
CIE-Lab48.979080.0328-77.5827

#ad2bfb color RGB value is (173,43,251).

#ad2bfb hex color red value is 173, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad2bfb hue: 0.77 , saturation: 0.96 and the lightness value of ad2bfb is 0.58.

The process color (four color CMYK) of #ad2bfb color hex is 0.31, 0.83, 0.00, 0.02. Web safe color of #ad2bfb is #9933ff. Color #ad2bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101011 11111011
Octal 255 53 373
Decimal 173 43 251
Hex AD 2B FB

RGB Percentages of Color #ad2bfb

%37.04
%9.21
%53.75

CMYK Percentages of Color #ad2bfb

%31
%83
%0
%2

Triadic Colors of #ad2bfb

#ad2bfb #fbad2b #2bfbad

Analogous Colors of #ad2bfb

#ad2bfb #fb2be1 #452bfb

Monochromatic Colors of #ad2bfb

#ad2bfb

Complementary Color

#ad2bfb #79fb2b

#ad2bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2bfb Color CSS Codes

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

#ad2bfb Text Font Color

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

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


#ad2bfb Background Color

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

This div background color is #ad2bfb


#ad2bfb Border Color

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

This div border color is #ad2bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2bfb


Comments

No comments written yet.

Please login to write comment.