Color Hex Logo

#cba5cc Color Hex

#CBA5CC
(203,165,204)
0 Favorites   0 Comments

Color spaces of #cba5cc

RGB 203165204
HSL0.830.280.72
HSV298°19°80°
CMYK 0.000.190.00   0.20
XYZ48.982843.966463.0314
Yxy43.96640.31400.2819
Hunter Lab66.307215.8250-9.9459
CIE-Lab72.206020.6730-14.6053

#cba5cc color RGB value is (203,165,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 11001100
Octal 313 245 314
Decimal 203 165 204
Hex CB A5 CC

RGB Percentages of Color #cba5cc

%35.49
%28.85
%35.66

CMYK Percentages of Color #cba5cc

%0
%19
%0
%20

Triadic Colors of #cba5cc

#cba5cc #cccba5 #a5cccb

Analogous Colors of #cba5cc

#cba5cc #cca5ba #b8a5cc

Monochromatic Colors of #cba5cc

#cba5cc

Complementary Color

#cba5cc #a6cca5

#cba5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba5cc Color CSS Codes

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

#cba5cc Text Font Color

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

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


#cba5cc Background Color

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

This div background color is #cba5cc


#cba5cc Border Color

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

This div border color is #cba5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba5cc


Comments

No comments written yet.

Please login to write comment.