Color Hex Logo

#ad65bf Color Hex

#AD65BF
(173,101,191)
0 Favorites   0 Comments

Color spaces of #ad65bf

RGB 173101191
HSL0.800.410.57
HSV288°47°75°
CMYK 0.090.470.00   0.25
XYZ31.291221.953251.8784
Yxy21.95320.29770.2088
Hunter Lab46.854237.2148-32.8497
CIE-Lab53.977343.6217-35.5583

#ad65bf color RGB value is (173,101,191).

#ad65bf hex color red value is 173, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad65bf hue: 0.80 , saturation: 0.41 and the lightness value of ad65bf is 0.57.

The process color (four color CMYK) of #ad65bf color hex is 0.09, 0.47, 0.00, 0.25. Web safe color of #ad65bf is #9966cc. Color #ad65bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 10111111
Octal 255 145 277
Decimal 173 101 191
Hex AD 65 BF

RGB Percentages of Color #ad65bf

%37.20
%21.72
%41.08

CMYK Percentages of Color #ad65bf

%9
%47
%0
%25

Triadic Colors of #ad65bf

#ad65bf #bfad65 #65bfad

Analogous Colors of #ad65bf

#ad65bf #bf65a4 #8065bf

Monochromatic Colors of #ad65bf

#ad65bf

Complementary Color

#ad65bf #77bf65

#ad65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad65bf Color CSS Codes

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

#ad65bf Text Font Color

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

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


#ad65bf Background Color

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

This div background color is #ad65bf


#ad65bf Border Color

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

This div border color is #ad65bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad65bf


Comments

No comments written yet.

Please login to write comment.