Color Hex Logo

#ad4efb Color Hex

#AD4EFB
(173,78,251)
0 Favorites   0 Comments

Color spaces of #ad4efb

RGB 17378251
HSL0.760.960.65
HSV273°69°98°
CMYK 0.310.690.00   0.02
XYZ37.370621.298093.4081
Yxy21.29800.24570.1400
Hunter Lab46.149863.7815-87.6994
CIE-Lab53.274167.7022-70.5989

#ad4efb color RGB value is (173,78,251).

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

The process color (four color CMYK) of #ad4efb color hex is 0.31, 0.69, 0.00, 0.02. Web safe color of #ad4efb is #9966ff. Color #ad4efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 11111011
Octal 255 116 373
Decimal 173 78 251
Hex AD 4E FB

RGB Percentages of Color #ad4efb

%34.46
%15.54
%50.00

CMYK Percentages of Color #ad4efb

%31
%69
%0
%2

Triadic Colors of #ad4efb

#ad4efb #fbad4e #4efbad

Analogous Colors of #ad4efb

#ad4efb #fb4ef3 #564efb

Monochromatic Colors of #ad4efb

#ad4efb

Complementary Color

#ad4efb #9cfb4e

#ad4efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4efb Color CSS Codes

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

#ad4efb Text Font Color

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

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


#ad4efb Background Color

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

This div background color is #ad4efb


#ad4efb Border Color

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

This div border color is #ad4efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4efb


Comments

No comments written yet.

Please login to write comment.