Color Hex Logo

#ada1cb Color Hex

#ADA1CB
(173,161,203)
0 Favorites   0 Comments

Color spaces of #ada1cb

RGB 173161203
HSL0.710.290.71
HSV257°21°80°
CMYK 0.150.210.00   0.20
XYZ40.757938.685861.8188
Yxy38.68580.28850.2739
Hunter Lab62.19798.1236-15.3901
CIE-Lab68.523112.7226-19.8794

#ada1cb color RGB value is (173,161,203).

#ada1cb hex color red value is 173, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ada1cb hue: 0.71 , saturation: 0.29 and the lightness value of ada1cb is 0.71.

The process color (four color CMYK) of #ada1cb color hex is 0.15, 0.21, 0.00, 0.20. Web safe color of #ada1cb is #9999cc. Color #ada1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11001011
Octal 255 241 313
Decimal 173 161 203
Hex AD A1 CB

RGB Percentages of Color #ada1cb

%32.22
%29.98
%37.80

CMYK Percentages of Color #ada1cb

%15
%21
%0
%20

Triadic Colors of #ada1cb

#ada1cb #cbada1 #a1cbad

Analogous Colors of #ada1cb

#ada1cb #c2a1cb #a1aacb

Monochromatic Colors of #ada1cb

#ada1cb

Complementary Color

#ada1cb #bfcba1

#ada1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1cb Color CSS Codes

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

#ada1cb Text Font Color

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

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


#ada1cb Background Color

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

This div background color is #ada1cb


#ada1cb Border Color

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

This div border color is #ada1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1cb


Comments

No comments written yet.

Please login to write comment.