Color Hex Logo

#cb6baa Color Hex

#CB6BAA
(203,107,170)
0 Favorites   0 Comments

Color spaces of #cb6baa

RGB 203107170
HSL0.890.480.61
HSV321°47°80°
CMYK 0.000.470.16   0.20
XYZ37.142026.114241.1132
Yxy26.11420.35590.2502
Hunter Lab51.102140.3088-11.9292
CIE-Lab58.145345.9573-16.7196

#cb6baa color RGB value is (203,107,170).

#cb6baa hex color red value is 203, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb6baa hue: 0.89 , saturation: 0.48 and the lightness value of cb6baa is 0.61.

The process color (four color CMYK) of #cb6baa color hex is 0.00, 0.47, 0.16, 0.20. Web safe color of #cb6baa is #cc6699. Color #cb6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101011 10101010
Octal 313 153 252
Decimal 203 107 170
Hex CB 6B AA

RGB Percentages of Color #cb6baa

%42.29
%22.29
%35.42

CMYK Percentages of Color #cb6baa

%0
%47
%16
%20

Triadic Colors of #cb6baa

#cb6baa #aacb6b #6baacb

Analogous Colors of #cb6baa

#cb6baa #cb6b7a #bc6bcb

Monochromatic Colors of #cb6baa

#cb6baa

Complementary Color

#cb6baa #6bcb8c

#cb6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6baa Color CSS Codes

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

#cb6baa Text Font Color

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

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


#cb6baa Background Color

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

This div background color is #cb6baa


#cb6baa Border Color

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

This div border color is #cb6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6baa


Comments

No comments written yet.

Please login to write comment.