Color Hex Logo

#ad5ccb Color Hex

#AD5CCB
(173,92,203)
0 Favorites   0 Comments

Color spaces of #ad5ccb

RGB 17392203
HSL0.790.520.58
HSV284°55°80°
CMYK 0.150.550.00   0.20
XYZ31.840220.850358.8463
Yxy20.85030.28550.1869
Hunter Lab45.662144.5593-44.4455
CIE-Lab52.785350.7673-44.3154

#ad5ccb color RGB value is (173,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011100 11001011
Octal 255 134 313
Decimal 173 92 203
Hex AD 5C CB

RGB Percentages of Color #ad5ccb

%36.97
%19.66
%43.38

CMYK Percentages of Color #ad5ccb

%15
%55
%0
%20

Triadic Colors of #ad5ccb

#ad5ccb #cbad5c #5ccbad

Analogous Colors of #ad5ccb

#ad5ccb #cb5cb2 #765ccb

Monochromatic Colors of #ad5ccb

#ad5ccb

Complementary Color

#ad5ccb #7acb5c

#ad5ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5ccb Color CSS Codes

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

#ad5ccb Text Font Color

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

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


#ad5ccb Background Color

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

This div background color is #ad5ccb


#ad5ccb Border Color

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

This div border color is #ad5ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,92,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 #ad5ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5ccb


Comments

No comments written yet.

Please login to write comment.