Color Hex Logo

#cbb7de Color Hex

#CBB7DE
(203,183,222)
0 Favorites   0 Comments

Color spaces of #cbb7de

RGB 203183222
HSL0.750.370.79
HSV271°18°87°
CMYK 0.090.180.00   0.13
XYZ54.746951.837476.2274
Yxy51.83740.29950.2836
Hunter Lab71.99829.7333-12.3740
CIE-Lab77.183514.3633-16.9268

#cbb7de color RGB value is (203,183,222).

#cbb7de hex color red value is 203, green value is 183 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cbb7de hue: 0.75 , saturation: 0.37 and the lightness value of cbb7de is 0.79.

The process color (four color CMYK) of #cbb7de color hex is 0.09, 0.18, 0.00, 0.13. Web safe color of #cbb7de is #cccccc. Color #cbb7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 11011110
Octal 313 267 336
Decimal 203 183 222
Hex CB B7 DE

RGB Percentages of Color #cbb7de

%33.39
%30.10
%36.51

CMYK Percentages of Color #cbb7de

%9
%18
%0
%13

Triadic Colors of #cbb7de

#cbb7de #decbb7 #b7decb

Analogous Colors of #cbb7de

#cbb7de #deb7de #b8b7de

Monochromatic Colors of #cbb7de

#cbb7de

Complementary Color

#cbb7de #cadeb7

#cbb7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb7de Color CSS Codes

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

#cbb7de Text Font Color

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

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


#cbb7de Background Color

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

This div background color is #cbb7de


#cbb7de Border Color

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

This div border color is #cbb7de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,183,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb7de


Comments

No comments written yet.

Please login to write comment.