Color Hex Logo

#c1bcdb Color Hex

#C1BCDB
(193,188,219)
0 Favorites   0 Comments

Color spaces of #c1bcdb

RGB 193188219
HSL0.690.300.80
HSV250°14°86°
CMYK 0.120.140.00   0.14
XYZ52.761752.418474.3547
Yxy52.41840.29390.2920
Hunter Lab72.40063.3804-10.2099
CIE-Lab77.53047.7778-14.8624

#c1bcdb color RGB value is (193,188,219).

#c1bcdb hex color red value is 193, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c1bcdb hue: 0.69 , saturation: 0.30 and the lightness value of c1bcdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 11011011
Octal 301 274 333
Decimal 193 188 219
Hex C1 BC DB

RGB Percentages of Color #c1bcdb

%32.17
%31.33
%36.50

CMYK Percentages of Color #c1bcdb

%12
%14
%0
%14

Triadic Colors of #c1bcdb

#c1bcdb #dbc1bc #bcdbc1

Analogous Colors of #c1bcdb

#c1bcdb #d1bcdb #bcc7db

Monochromatic Colors of #c1bcdb

#c1bcdb

Complementary Color

#c1bcdb #d6dbbc

#c1bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bcdb Color CSS Codes

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

#c1bcdb Text Font Color

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

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


#c1bcdb Background Color

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

This div background color is #c1bcdb


#c1bcdb Border Color

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

This div border color is #c1bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bcdb


Comments

No comments written yet.

Please login to write comment.