Color Hex Logo

#cba5bc Color Hex

#CBA5BC
(203,165,188)
0 Favorites   0 Comments

Color spaces of #cba5bc

RGB 203165188
HSL0.900.270.72
HSV324°19°80°
CMYK 0.000.190.07   0.20
XYZ47.160843.237653.4370
Yxy43.23760.32790.3006
Hunter Lab65.755312.9514-2.1542
CIE-Lab71.715917.7522-6.5234

#cba5bc color RGB value is (203,165,188).

#cba5bc hex color red value is 203, green value is 165 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cba5bc hue: 0.90 , saturation: 0.27 and the lightness value of cba5bc is 0.72.

The process color (four color CMYK) of #cba5bc color hex is 0.00, 0.19, 0.07, 0.20. Web safe color of #cba5bc is #cc99cc. Color #cba5bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 10111100
Octal 313 245 274
Decimal 203 165 188
Hex CB A5 BC

RGB Percentages of Color #cba5bc

%36.51
%29.68
%33.81

CMYK Percentages of Color #cba5bc

%0
%19
%7
%20

Triadic Colors of #cba5bc

#cba5bc #bccba5 #a5bccb

Analogous Colors of #cba5bc

#cba5bc #cba5a9 #c7a5cb

Monochromatic Colors of #cba5bc

#cba5bc

Complementary Color

#cba5bc #a5cbb4

#cba5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba5bc Color CSS Codes

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

#cba5bc Text Font Color

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

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


#cba5bc Background Color

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

This div background color is #cba5bc


#cba5bc Border Color

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

This div border color is #cba5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba5bc


Comments

No comments written yet.

Please login to write comment.