Color Hex Logo

#c1abdb Color Hex

#C1ABDB
(193,171,219)
0 Favorites   0 Comments

Color spaces of #c1abdb

RGB 193171219
HSL0.740.400.76
HSV268°22°86°
CMYK 0.120.220.00   0.14
XYZ49.341445.577773.2146
Yxy45.57770.29350.2711
Hunter Lab67.511312.3141-17.0409
CIE-Lab73.270717.0599-21.3019

#c1abdb color RGB value is (193,171,219).

#c1abdb hex color red value is 193, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c1abdb hue: 0.74 , saturation: 0.40 and the lightness value of c1abdb is 0.76.

The process color (four color CMYK) of #c1abdb color hex is 0.12, 0.22, 0.00, 0.14. Web safe color of #c1abdb is #cc99cc. Color #c1abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 11011011
Octal 301 253 333
Decimal 193 171 219
Hex C1 AB DB

RGB Percentages of Color #c1abdb

%33.10
%29.33
%37.56

CMYK Percentages of Color #c1abdb

%12
%22
%0
%14

Triadic Colors of #c1abdb

#c1abdb #dbc1ab #abdbc1

Analogous Colors of #c1abdb

#c1abdb #d9abdb #abaddb

Monochromatic Colors of #c1abdb

#c1abdb

Complementary Color

#c1abdb #c5dbab

#c1abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abdb Color CSS Codes

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

#c1abdb Text Font Color

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

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


#c1abdb Background Color

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

This div background color is #c1abdb


#c1abdb Border Color

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

This div border color is #c1abdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,171,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1abdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1abdb;
  -webkit-box-shadow: 1px 1px 3px 2px #c1abdb;
  box-shadow:         1px 1px 3px 2px #c1abdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,171,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abdb


Comments

No comments written yet.

Please login to write comment.