Color Hex Logo

#cb6cbc Color Hex

#CB6CBC
(203,108,188)
0 Favorites   0 Comments

Color spaces of #cb6cbc

RGB 203108188
HSL0.860.480.61
HSV309°47°80°
CMYK 0.000.470.07   0.20
XYZ39.068327.052550.7395
Yxy27.05250.33430.2315
Hunter Lab52.012043.0574-21.4310
CIE-Lab59.022948.3878-25.7074

#cb6cbc color RGB value is (203,108,188).

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

The process color (four color CMYK) of #cb6cbc color hex is 0.00, 0.47, 0.07, 0.20. Web safe color of #cb6cbc is #cc66cc. Color #cb6cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 10111100
Octal 313 154 274
Decimal 203 108 188
Hex CB 6C BC

RGB Percentages of Color #cb6cbc

%40.68
%21.64
%37.68

CMYK Percentages of Color #cb6cbc

%0
%47
%7
%20

Triadic Colors of #cb6cbc

#cb6cbc #bccb6c #6cbccb

Analogous Colors of #cb6cbc

#cb6cbc #cb6c8d #ab6ccb

Monochromatic Colors of #cb6cbc

#cb6cbc

Complementary Color

#cb6cbc #6ccb7b

#cb6cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cbc Color CSS Codes

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

#cb6cbc Text Font Color

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

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


#cb6cbc Background Color

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

This div background color is #cb6cbc


#cb6cbc Border Color

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

This div border color is #cb6cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cbc


Comments

No comments written yet.

Please login to write comment.