Color Hex Logo

#cbbbdd Color Hex

#CBBBDD
(203,187,221)
0 Favorites   0 Comments

Color spaces of #cbbbdd

RGB 203187221
HSL0.750.330.80
HSV268°15°87°
CMYK 0.080.150.00   0.13
XYZ55.450153.457675.8024
Yxy53.45760.30020.2894
Hunter Lab73.11477.4234-10.2892
CIE-Lab78.144411.9951-14.9394

#cbbbdd color RGB value is (203,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 11011101
Octal 313 273 335
Decimal 203 187 221
Hex CB BB DD

RGB Percentages of Color #cbbbdd

%33.22
%30.61
%36.17

CMYK Percentages of Color #cbbbdd

%8
%15
%0
%13

Triadic Colors of #cbbbdd

#cbbbdd #ddcbbb #bbddcb

Analogous Colors of #cbbbdd

#cbbbdd #dcbbdd #bbbcdd

Monochromatic Colors of #cbbbdd

#cbbbdd

Complementary Color

#cbbbdd #cdddbb

#cbbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbbdd Color CSS Codes

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

#cbbbdd Text Font Color

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

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


#cbbbdd Background Color

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

This div background color is #cbbbdd


#cbbbdd Border Color

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

This div border color is #cbbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbbdd


Comments

No comments written yet.

Please login to write comment.