Color Hex Logo

#cb8aaa Color Hex

#CB8AAA
(203,138,170)
0 Favorites   0 Comments

Color spaces of #cb8aaa

RGB 203138170
HSL0.920.380.67
HSV330°32°80°
CMYK 0.000.320.16   0.20
XYZ40.972833.775742.3901
Yxy33.77570.34980.2883
Hunter Lab58.116924.1392-2.5640
CIE-Lab64.784129.5001-6.7546

#cb8aaa color RGB value is (203,138,170).

#cb8aaa hex color red value is 203, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb8aaa hue: 0.92 , saturation: 0.38 and the lightness value of cb8aaa is 0.67.

The process color (four color CMYK) of #cb8aaa color hex is 0.00, 0.32, 0.16, 0.20. Web safe color of #cb8aaa is #cc9999. Color #cb8aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001010 10101010
Octal 313 212 252
Decimal 203 138 170
Hex CB 8A AA

RGB Percentages of Color #cb8aaa

%39.73
%27.01
%33.27

CMYK Percentages of Color #cb8aaa

%0
%32
%16
%20

Triadic Colors of #cb8aaa

#cb8aaa #aacb8a #8aaacb

Analogous Colors of #cb8aaa

#cb8aaa #cb8b8a #cb8acb

Monochromatic Colors of #cb8aaa

#cb8aaa

Complementary Color

#cb8aaa #8acbab

#cb8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8aaa Color CSS Codes

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

#cb8aaa Text Font Color

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

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


#cb8aaa Background Color

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

This div background color is #cb8aaa


#cb8aaa Border Color

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

This div border color is #cb8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8aaa


Comments

No comments written yet.

Please login to write comment.