Color Hex Logo

#ccbbff Color Hex

#CCBBFF
(204,187,255)
5 Favorites   0 Comments

Color spaces of #ccbbff

RGB 204187255
HSL0.711.000.87
HSV255°27°100°
CMYK 0.200.270.00   0.00
XYZ60.722255.5980102.1388
Yxy55.59800.27800.2545
Hunter Lab74.564114.8766-29.0213
CIE-Lab79.384519.4921-31.3264

#ccbbff color RGB value is (204,187,255). This hex color code is also a web safe color which is equal to #CBF.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11111111
Octal 314 273 377
Decimal 204 187 255
Hex CC BB FF

RGB Percentages of Color #ccbbff

%31.58
%28.95
%39.47

CMYK Percentages of Color #ccbbff

%20
%27
%0
%0

Triadic Colors of #ccbbff

#ccbbff #ffccbb #bbffcc

Analogous Colors of #ccbbff

#ccbbff #eebbff #bbccff

Monochromatic Colors of #ccbbff

#ccbbff

Complementary Color

#ccbbff #eeffbb

#ccbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbff Color CSS Codes

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

#ccbbff Text Font Color

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

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


#ccbbff Background Color

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

This div background color is #ccbbff


#ccbbff Border Color

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

This div border color is #ccbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbff

#ccbbff Color Palettes


Comments

No comments written yet.

Please login to write comment.