color codes Logo

#ad6ce2 color codes

#AD6CE2
(173,108,226)
0 Favorites   0 Comments

Color spaces of #ad6ce2

RGB 173108226
HSL0.760.670.65
HSV273°52°89°
CMYK 0.230.520.00   0.11
XYZ36.323625.100374.8819
Yxy25.10030.26650.1841
Hunter Lab50.100241.7406-53.5472
CIE-Lab57.173047.4432-50.3766

#ad6ce2 color RGB value is (173,108,226).

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

The process color (four color CMYK) of #ad6ce2 color code is 0.23, 0.52, 0.00, 0.11. Web safe color of #ad6ce2 is #9966cc. Color #ad6ce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101100 11100010
Octal 255 154 342
Decimal 173 108 226
Hex AD 6C E2

RGB Percentages of Color #ad6ce2

%34.12
%21.30
%44.58

CMYK Percentages of Color #ad6ce2

%23
%52
%0
%11

Triadic Colors of #ad6ce2

#ad6ce2 #e2ad6c #6ce2ad

Analogous Colors of #ad6ce2

#ad6ce2 #e26cdc #726ce2

Monochromatic Colors of #ad6ce2

#ad6ce2

Complementary Color

#ad6ce2 #a1e26c

#ad6ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6ce2 Color CSS Codes

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

#ad6ce2 Text Font Color

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

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


#ad6ce2 Background Color

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

This div background color is #ad6ce2


#ad6ce2 Border Color

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

This div border color is #ad6ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6ce2


Comments

No comments written yet.

Please login to write comment.