Color Hex Logo

#cbb4ce Color Hex

#CBB4CE
(203,180,206)
0 Favorites   0 Comments

Color spaces of #cbb4ce

RGB 203180206
HSL0.810.210.76
HSV293°13°81°
CMYK 0.010.130.00   0.19
XYZ52.090449.795365.2585
Yxy49.79530.31160.2979
Hunter Lab70.56588.2754-5.4347
CIE-Lab75.943412.8677-10.1020

#cbb4ce color RGB value is (203,180,206).

#cbb4ce hex color red value is 203, green value is 180 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cbb4ce hue: 0.81 , saturation: 0.21 and the lightness value of cbb4ce is 0.76.

The process color (four color CMYK) of #cbb4ce color hex is 0.01, 0.13, 0.00, 0.19. Web safe color of #cbb4ce is #cccccc. Color #cbb4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 11001110
Octal 313 264 316
Decimal 203 180 206
Hex CB B4 CE

RGB Percentages of Color #cbb4ce

%34.47
%30.56
%34.97

CMYK Percentages of Color #cbb4ce

%1
%13
%0
%19

Triadic Colors of #cbb4ce

#cbb4ce #cecbb4 #b4cecb

Analogous Colors of #cbb4ce

#cbb4ce #ceb4c4 #beb4ce

Monochromatic Colors of #cbb4ce

#cbb4ce

Complementary Color

#cbb4ce #b7ceb4

#cbb4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4ce Color CSS Codes

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

#cbb4ce Text Font Color

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

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


#cbb4ce Background Color

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

This div background color is #cbb4ce


#cbb4ce Border Color

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

This div border color is #cbb4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4ce

#cbb4ce Color Palettes


Comments

No comments written yet.

Please login to write comment.