Color Hex Logo

#ad44cb Color Hex

#AD44CB
(173,68,203)
0 Favorites   0 Comments

Color spaces of #ad44cb

RGB 17368203
HSL0.800.560.53
HSV287°67°80°
CMYK 0.150.670.00   0.20
XYZ30.080217.330358.2596
Yxy17.33030.28470.1640
Hunter Lab41.629756.1261-53.8340
CIE-Lab48.673561.9703-50.8614

#ad44cb color RGB value is (173,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 11001011
Octal 255 104 313
Decimal 173 68 203
Hex AD 44 CB

RGB Percentages of Color #ad44cb

%38.96
%15.32
%45.72

CMYK Percentages of Color #ad44cb

%15
%67
%0
%20

Triadic Colors of #ad44cb

#ad44cb #cbad44 #44cbad

Analogous Colors of #ad44cb

#ad44cb #cb44a6 #6a44cb

Monochromatic Colors of #ad44cb

#ad44cb

Complementary Color

#ad44cb #62cb44

#ad44cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad44cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad44cb Color CSS Codes

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

#ad44cb Text Font Color

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

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


#ad44cb Background Color

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

This div background color is #ad44cb


#ad44cb Border Color

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

This div border color is #ad44cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad44cb


Comments

No comments written yet.

Please login to write comment.