Color Hex Logo

#c3bbdd Color Hex

#C3BBDD
(195,187,221)
0 Favorites   0 Comments

Color spaces of #c3bbdd

RGB 195187221
HSL0.710.330.80
HSV254°15°87°
CMYK 0.120.150.00   0.13
XYZ53.327152.363275.7031
Yxy52.36320.29400.2887
Hunter Lab72.36244.9104-11.3735
CIE-Lab77.49759.3820-15.9773

#c3bbdd color RGB value is (195,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 11011101
Octal 303 273 335
Decimal 195 187 221
Hex C3 BB DD

RGB Percentages of Color #c3bbdd

%32.34
%31.01
%36.65

CMYK Percentages of Color #c3bbdd

%12
%15
%0
%13

Triadic Colors of #c3bbdd

#c3bbdd #ddc3bb #bbddc3

Analogous Colors of #c3bbdd

#c3bbdd #d4bbdd #bbc4dd

Monochromatic Colors of #c3bbdd

#c3bbdd

Complementary Color

#c3bbdd #d5ddbb

#c3bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bbdd Color CSS Codes

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

#c3bbdd Text Font Color

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

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


#c3bbdd Background Color

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

This div background color is #c3bbdd


#c3bbdd Border Color

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

This div border color is #c3bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bbdd


Comments

No comments written yet.

Please login to write comment.