Color Hex Logo

#ad65fa Color Hex

#AD65FA
(173,101,250)
0 Favorites   0 Comments

Color spaces of #ad65fa

RGB 173101250
HSL0.750.940.69
HSV269°60°98°
CMYK 0.310.600.00   0.02
XYZ39.142625.093793.2230
Yxy25.09370.24860.1594
Hunter Lab50.093651.8141-75.2717
CIE-Lab57.166656.6246-63.7621

#ad65fa color RGB value is (173,101,250).

#ad65fa hex color red value is 173, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ad65fa hue: 0.75 , saturation: 0.94 and the lightness value of ad65fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 11111010
Octal 255 145 372
Decimal 173 101 250
Hex AD 65 FA

RGB Percentages of Color #ad65fa

%33.02
%19.27
%47.71

CMYK Percentages of Color #ad65fa

%31
%60
%0
%2

Triadic Colors of #ad65fa

#ad65fa #faad65 #65faad

Analogous Colors of #ad65fa

#ad65fa #f865fa #6568fa

Monochromatic Colors of #ad65fa

#ad65fa

Complementary Color

#ad65fa #b2fa65

#ad65fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65fa Color CSS Codes

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

#ad65fa Text Font Color

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

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


#ad65fa Background Color

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

This div background color is #ad65fa


#ad65fa Border Color

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

This div border color is #ad65fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65fa


Comments

No comments written yet.

Please login to write comment.