Color Hex Logo

#cbbcdb Color Hex

#CBBCDB
(203,188,219)
0 Favorites   0 Comments

Color spaces of #cbbcdb

RGB 203188219
HSL0.750.300.80
HSV269°14°86°
CMYK 0.070.140.00   0.14
XYZ55.398053.777474.4781
Yxy53.77740.30160.2928
Hunter Lab73.33316.5114-8.8826
CIE-Lab78.331811.0566-13.5781

#cbbcdb color RGB value is (203,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 11011011
Octal 313 274 333
Decimal 203 188 219
Hex CB BC DB

RGB Percentages of Color #cbbcdb

%33.28
%30.82
%35.90

CMYK Percentages of Color #cbbcdb

%7
%14
%0
%14

Triadic Colors of #cbbcdb

#cbbcdb #dbcbbc #bcdbcb

Analogous Colors of #cbbcdb

#cbbcdb #dbbcdb #bcbddb

Monochromatic Colors of #cbbcdb

#cbbcdb

Complementary Color

#cbbcdb #ccdbbc

#cbbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbcdb Color CSS Codes

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

#cbbcdb Text Font Color

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

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


#cbbcdb Background Color

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

This div background color is #cbbcdb


#cbbcdb Border Color

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

This div border color is #cbbcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbcdb


Comments

No comments written yet.

Please login to write comment.