Color Hex Logo

#ad1ecb Color Hex

#AD1ECB
(173,30,203)
0 Favorites   0 Comments

Color spaces of #ad1ecb

RGB 17330203
HSL0.800.740.46
HSV290°85°80°
CMYK 0.150.850.00   0.20
XYZ28.477314.124657.7253
Yxy14.12460.28380.1408
Hunter Lab37.582769.4839-64.7588
CIE-Lab44.411174.1798-57.7126

#ad1ecb color RGB value is (173,30,203).

#ad1ecb hex color red value is 173, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad1ecb hue: 0.80 , saturation: 0.74 and the lightness value of ad1ecb is 0.46.

The process color (four color CMYK) of #ad1ecb color hex is 0.15, 0.85, 0.00, 0.20. Web safe color of #ad1ecb is #9933cc. Color #ad1ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011110 11001011
Octal 255 36 313
Decimal 173 30 203
Hex AD 1E CB

RGB Percentages of Color #ad1ecb

%42.61
%7.39
%50.00

CMYK Percentages of Color #ad1ecb

%15
%85
%0
%20

Triadic Colors of #ad1ecb

#ad1ecb #cbad1e #1ecbad

Analogous Colors of #ad1ecb

#ad1ecb #cb1e93 #561ecb

Monochromatic Colors of #ad1ecb

#ad1ecb

Complementary Color

#ad1ecb #3ccb1e

#ad1ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1ecb Color CSS Codes

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

#ad1ecb Text Font Color

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

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


#ad1ecb Background Color

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

This div background color is #ad1ecb


#ad1ecb Border Color

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

This div border color is #ad1ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1ecb


Comments

No comments written yet.

Please login to write comment.