Color Hex Logo

#cbb2ce Color Hex

#CBB2CE
(203,178,206)
0 Favorites   0 Comments

Color spaces of #cbb2ce

RGB 203178206
HSL0.820.220.75
HSV294°14°81°
CMYK 0.010.140.00   0.19
XYZ51.689648.993565.1249
Yxy48.99350.31170.2955
Hunter Lab69.99549.3253-6.1677
CIE-Lab75.447313.9542-10.8423

#cbb2ce color RGB value is (203,178,206).

#cbb2ce hex color red value is 203, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cbb2ce hue: 0.82 , saturation: 0.22 and the lightness value of cbb2ce is 0.75.

The process color (four color CMYK) of #cbb2ce color hex is 0.01, 0.14, 0.00, 0.19. Web safe color of #cbb2ce is #cc99cc. Color #cbb2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 11001110
Octal 313 262 316
Decimal 203 178 206
Hex CB B2 CE

RGB Percentages of Color #cbb2ce

%34.58
%30.32
%35.09

CMYK Percentages of Color #cbb2ce

%1
%14
%0
%19

Triadic Colors of #cbb2ce

#cbb2ce #cecbb2 #b2cecb

Analogous Colors of #cbb2ce

#cbb2ce #ceb2c3 #bdb2ce

Monochromatic Colors of #cbb2ce

#cbb2ce

Complementary Color

#cbb2ce #b5ceb2

#cbb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb2ce Color CSS Codes

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

#cbb2ce Text Font Color

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

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


#cbb2ce Background Color

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

This div background color is #cbb2ce


#cbb2ce Border Color

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

This div border color is #cbb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb2ce


Comments

No comments written yet.

Please login to write comment.