Color Hex Logo

#c1bbdd Color Hex

#C1BBDD
(193,187,221)
0 Favorites   0 Comments

Color spaces of #c1bbdd

RGB 193187221
HSL0.700.330.80
HSV251°15°87°
CMYK 0.130.150.00   0.13
XYZ52.813852.098675.6791
Yxy52.09860.29240.2885
Hunter Lab72.17944.2950-11.6392
CIE-Lab77.33988.7345-16.2306

#c1bbdd color RGB value is (193,187,221).

#c1bbdd hex color red value is 193, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c1bbdd hue: 0.70 , saturation: 0.33 and the lightness value of c1bbdd is 0.80.

The process color (four color CMYK) of #c1bbdd color hex is 0.13, 0.15, 0.00, 0.13. Web safe color of #c1bbdd is #cccccc. Color #c1bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111011 11011101
Octal 301 273 335
Decimal 193 187 221
Hex C1 BB DD

RGB Percentages of Color #c1bbdd

%32.11
%31.11
%36.77

CMYK Percentages of Color #c1bbdd

%13
%15
%0
%13

Triadic Colors of #c1bbdd

#c1bbdd #ddc1bb #bbddc1

Analogous Colors of #c1bbdd

#c1bbdd #d2bbdd #bbc6dd

Monochromatic Colors of #c1bbdd

#c1bbdd

Complementary Color

#c1bbdd #d7ddbb

#c1bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bbdd Color CSS Codes

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

#c1bbdd Text Font Color

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

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


#c1bbdd Background Color

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

This div background color is #c1bbdd


#c1bbdd Border Color

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

This div border color is #c1bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bbdd


Comments

No comments written yet.

Please login to write comment.