Color Hex Logo

#cb6cab Color Hex

#CB6CAB
(203,108,171)
0 Favorites   0 Comments

Color spaces of #cb6cab

RGB 203108171
HSL0.890.480.61
HSV320°47°80°
CMYK 0.000.470.16   0.20
XYZ37.341826.361941.6483
Yxy26.36190.35440.2502
Hunter Lab51.343839.9693-12.1533
CIE-Lab58.379045.6043-16.9411

#cb6cab color RGB value is (203,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 10101011
Octal 313 154 253
Decimal 203 108 171
Hex CB 6C AB

RGB Percentages of Color #cb6cab

%42.12
%22.41
%35.48

CMYK Percentages of Color #cb6cab

%0
%47
%16
%20

Triadic Colors of #cb6cab

#cb6cab #abcb6c #6cabcb

Analogous Colors of #cb6cab

#cb6cab #cb6c7c #bc6ccb

Monochromatic Colors of #cb6cab

#cb6cab

Complementary Color

#cb6cab #6ccb8c

#cb6cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cab Color CSS Codes

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

#cb6cab Text Font Color

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

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


#cb6cab Background Color

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

This div background color is #cb6cab


#cb6cab Border Color

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

This div border color is #cb6cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cab


Comments

No comments written yet.

Please login to write comment.