Color Hex Logo

#ad5fcb Color Hex

#AD5FCB
(173,95,203)
0 Favorites   0 Comments

Color spaces of #ad5fcb

RGB 17395203
HSL0.790.510.58
HSV283°53°80°
CMYK 0.150.530.00   0.20
XYZ32.105321.380558.9346
Yxy21.38050.28560.1902
Hunter Lab46.239143.0201-43.2015
CIE-Lab53.363449.2362-43.4000

#ad5fcb color RGB value is (173,95,203).

#ad5fcb hex color red value is 173, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad5fcb hue: 0.79 , saturation: 0.51 and the lightness value of ad5fcb is 0.58.

The process color (four color CMYK) of #ad5fcb color hex is 0.15, 0.53, 0.00, 0.20. Web safe color of #ad5fcb is #9966cc. Color #ad5fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011111 11001011
Octal 255 137 313
Decimal 173 95 203
Hex AD 5F CB

RGB Percentages of Color #ad5fcb

%36.73
%20.17
%43.10

CMYK Percentages of Color #ad5fcb

%15
%53
%0
%20

Triadic Colors of #ad5fcb

#ad5fcb #cbad5f #5fcbad

Analogous Colors of #ad5fcb

#ad5fcb #cb5fb3 #775fcb

Monochromatic Colors of #ad5fcb

#ad5fcb

Complementary Color

#ad5fcb #7dcb5f

#ad5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5fcb Color CSS Codes

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

#ad5fcb Text Font Color

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

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


#ad5fcb Background Color

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

This div background color is #ad5fcb


#ad5fcb Border Color

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

This div border color is #ad5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5fcb


Comments

No comments written yet.

Please login to write comment.