color codes Logo

#ad2bc8 color codes

#AD2BC8
(173,43,200)
0 Favorites   0 Comments

Color spaces of #ad2bc8

RGB 17343200
HSL0.800.650.48
HSV290°79°78°
CMYK 0.140.790.00   0.22
XYZ28.522814.782155.9935
Yxy14.78210.28720.1489
Hunter Lab38.447565.1395-59.4345
CIE-Lab45.334370.3786-54.4856

#ad2bc8 color RGB value is (173,43,200).

#ad2bc8 hex color red value is 173, green value is 43 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ad2bc8 hue: 0.80 , saturation: 0.65 and the lightness value of ad2bc8 is 0.48.

The process color (four color CMYK) of #ad2bc8 color code is 0.14, 0.79, 0.00, 0.22. Web safe color of #ad2bc8 is #9933cc. Color #ad2bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101011 11001000
Octal 255 53 310
Decimal 173 43 200
Hex AD 2B C8

RGB Percentages of Color #ad2bc8

%41.59
%10.34
%48.08

CMYK Percentages of Color #ad2bc8

%14
%79
%0
%22

Triadic Colors of #ad2bc8

#ad2bc8 #c8ad2b #2bc8ad

Analogous Colors of #ad2bc8

#ad2bc8 #c82b95 #5f2bc8

Monochromatic Colors of #ad2bc8

#ad2bc8

Complementary Color

#ad2bc8 #46c82b

#ad2bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2bc8 Color CSS Codes

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

#ad2bc8 Text Font Color

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

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


#ad2bc8 Background Color

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

This div background color is #ad2bc8


#ad2bc8 Border Color

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

This div border color is #ad2bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2bc8


Comments

No comments written yet.

Please login to write comment.