Color Hex Logo

#c2bbff Color Hex

#C2BBFF
(194,187,255)
0 Favorites   0 Comments

Color spaces of #c2bbff

RGB 194187255
HSL0.681.000.87
HSV246°27°100°
CMYK 0.240.270.00   0.00
XYZ58.068554.2300102.0146
Yxy54.23000.27100.2530
Hunter Lab73.641011.8817-30.5855
CIE-Lab78.595716.5253-32.6070

#c2bbff color RGB value is (194,187,255).

#c2bbff hex color red value is 194, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c2bbff hue: 0.68 , saturation: 1.00 and the lightness value of c2bbff is 0.87.

The process color (four color CMYK) of #c2bbff color hex is 0.24, 0.27, 0.00, 0.00. Web safe color of #c2bbff is #ccccff. Color #c2bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 11111111
Octal 302 273 377
Decimal 194 187 255
Hex C2 BB FF

RGB Percentages of Color #c2bbff

%30.50
%29.40
%40.09

CMYK Percentages of Color #c2bbff

%24
%27
%0
%0

Triadic Colors of #c2bbff

#c2bbff #ffc2bb #bbffc2

Analogous Colors of #c2bbff

#c2bbff #e4bbff #bbd6ff

Monochromatic Colors of #c2bbff

#c2bbff

Complementary Color

#c2bbff #f8ffbb

#c2bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbff Color CSS Codes

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

#c2bbff Text Font Color

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

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


#c2bbff Background Color

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

This div background color is #c2bbff


#c2bbff Border Color

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

This div border color is #c2bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbff


Comments

No comments written yet.

Please login to write comment.