Color Hex Logo

#ad40be Color Hex

#AD40BE
(173,64,190)
0 Favorites   0 Comments

Color spaces of #ad40be

RGB 17364190
HSL0.810.500.50
HSV292°66°75°
CMYK 0.090.660.00   0.25
XYZ28.361216.268750.3606
Yxy16.26870.29860.1713
Hunter Lab40.334554.9270-45.7939
CIE-Lab47.325161.1643-45.4892

#ad40be color RGB value is (173,64,190).

#ad40be hex color red value is 173, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad40be hue: 0.81 , saturation: 0.50 and the lightness value of ad40be is 0.50.

The process color (four color CMYK) of #ad40be color hex is 0.09, 0.66, 0.00, 0.25. Web safe color of #ad40be is #9933cc. Color #ad40be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 10111110
Octal 255 100 276
Decimal 173 64 190
Hex AD 40 BE

RGB Percentages of Color #ad40be

%40.52
%14.99
%44.50

CMYK Percentages of Color #ad40be

%9
%66
%0
%25

Triadic Colors of #ad40be

#ad40be #bead40 #40bead

Analogous Colors of #ad40be

#ad40be #be4090 #6e40be

Monochromatic Colors of #ad40be

#ad40be

Complementary Color

#ad40be #51be40

#ad40be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad40be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad40be Color CSS Codes

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

#ad40be Text Font Color

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

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


#ad40be Background Color

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

This div background color is #ad40be


#ad40be Border Color

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

This div border color is #ad40be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad40be


Comments

No comments written yet.

Please login to write comment.