Color Hex Logo

#ad6bfe Color Hex

#AD6BFE
(173,107,254)
0 Favorites   0 Comments

Color spaces of #ad6bfe

RGB 173107254
HSL0.740.990.71
HSV267°58°100°
CMYK 0.320.580.00   0.00
XYZ40.380726.555496.7633
Yxy26.55540.24670.1622
Hunter Lab51.531949.6927-75.2585
CIE-Lab58.560554.4978-63.7330

#ad6bfe color RGB value is (173,107,254).

#ad6bfe hex color red value is 173, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ad6bfe hue: 0.74 , saturation: 0.99 and the lightness value of ad6bfe is 0.71.

The process color (four color CMYK) of #ad6bfe color hex is 0.32, 0.58, 0.00, 0.00. Web safe color of #ad6bfe is #9966ff. Color #ad6bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101011 11111110
Octal 255 153 376
Decimal 173 107 254
Hex AD 6B FE

RGB Percentages of Color #ad6bfe

%32.40
%20.04
%47.57

CMYK Percentages of Color #ad6bfe

%32
%58
%0
%0

Triadic Colors of #ad6bfe

#ad6bfe #fead6b #6bfead

Analogous Colors of #ad6bfe

#ad6bfe #f76bfe #6b73fe

Monochromatic Colors of #ad6bfe

#ad6bfe

Complementary Color

#ad6bfe #bcfe6b

#ad6bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6bfe Color CSS Codes

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

#ad6bfe Text Font Color

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

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


#ad6bfe Background Color

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

This div background color is #ad6bfe


#ad6bfe Border Color

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

This div border color is #ad6bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6bfe


Comments

No comments written yet.

Please login to write comment.