Color Hex Logo

#cba8cc Color Hex

#CBA8CC
(203,168,204)
0 Favorites   0 Comments

Color spaces of #cba8cc

RGB 203168204
HSL0.830.260.73
HSV298°18°80°
CMYK 0.000.180.00   0.20
XYZ49.530345.061463.2139
Yxy45.06140.31390.2856
Hunter Lab67.127814.2328-8.8436
CIE-Lab72.932319.0305-13.5138

#cba8cc color RGB value is (203,168,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 11001100
Octal 313 250 314
Decimal 203 168 204
Hex CB A8 CC

RGB Percentages of Color #cba8cc

%35.30
%29.22
%35.48

CMYK Percentages of Color #cba8cc

%0
%18
%0
%20

Triadic Colors of #cba8cc

#cba8cc #cccba8 #a8cccb

Analogous Colors of #cba8cc

#cba8cc #cca8bb #b9a8cc

Monochromatic Colors of #cba8cc

#cba8cc

Complementary Color

#cba8cc #a9cca8

#cba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8cc Color CSS Codes

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

#cba8cc Text Font Color

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

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


#cba8cc Background Color

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

This div background color is #cba8cc


#cba8cc Border Color

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

This div border color is #cba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8cc


Comments

No comments written yet.

Please login to write comment.