Color Hex Logo

#cba8ce Color Hex

#CBA8CE
(203,168,206)
0 Favorites   0 Comments

Color spaces of #cba8ce

RGB 203168206
HSL0.820.280.73
HSV295°18°81°
CMYK 0.010.180.00   0.19
XYZ49.771845.158064.4856
Yxy45.15800.31220.2833
Hunter Lab67.199714.6075-9.8556
CIE-Lab72.995819.4097-14.5157

#cba8ce color RGB value is (203,168,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 11001110
Octal 313 250 316
Decimal 203 168 206
Hex CB A8 CE

RGB Percentages of Color #cba8ce

%35.18
%29.12
%35.70

CMYK Percentages of Color #cba8ce

%1
%18
%0
%19

Triadic Colors of #cba8ce

#cba8ce #cecba8 #a8cecb

Analogous Colors of #cba8ce

#cba8ce #cea8be #b8a8ce

Monochromatic Colors of #cba8ce

#cba8ce

Complementary Color

#cba8ce #abcea8

#cba8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8ce Color CSS Codes

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

#cba8ce Text Font Color

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

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


#cba8ce Background Color

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

This div background color is #cba8ce


#cba8ce Border Color

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

This div border color is #cba8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8ce


Comments

No comments written yet.

Please login to write comment.