Color Hex Logo

#c3bbdc Color Hex

#C3BBDC
(195,187,220)
0 Favorites   0 Comments

Color spaces of #c3bbdc

RGB 195187220
HSL0.710.320.80
HSV255°15°86°
CMYK 0.110.150.00   0.14
XYZ53.194352.310175.0034
Yxy52.31010.29470.2898
Hunter Lab72.32574.7136-10.8571
CIE-Lab77.46599.1756-15.4843

#c3bbdc color RGB value is (195,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 11011100
Octal 303 273 334
Decimal 195 187 220
Hex C3 BB DC

RGB Percentages of Color #c3bbdc

%32.39
%31.06
%36.54

CMYK Percentages of Color #c3bbdc

%11
%15
%0
%14

Triadic Colors of #c3bbdc

#c3bbdc #dcc3bb #bbdcc3

Analogous Colors of #c3bbdc

#c3bbdc #d4bbdc #bbc4dc

Monochromatic Colors of #c3bbdc

#c3bbdc

Complementary Color

#c3bbdc #d4dcbb

#c3bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bbdc Color CSS Codes

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

#c3bbdc Text Font Color

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

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


#c3bbdc Background Color

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

This div background color is #c3bbdc


#c3bbdc Border Color

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

This div border color is #c3bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bbdc


Comments

No comments written yet.

Please login to write comment.