Color Hex Logo

#cb6bae Color Hex

#CB6BAE
(203,107,174)
0 Favorites   0 Comments

Color spaces of #cb6bae

RGB 203107174
HSL0.880.480.61
HSV318°47°80°
CMYK 0.000.470.14   0.20
XYZ37.526326.267943.1368
Yxy26.26790.35090.2457
Hunter Lab51.252241.0043-14.0253
CIE-Lab58.290546.5879-18.8031

#cb6bae color RGB value is (203,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101011 10101110
Octal 313 153 256
Decimal 203 107 174
Hex CB 6B AE

RGB Percentages of Color #cb6bae

%41.94
%22.11
%35.95

CMYK Percentages of Color #cb6bae

%0
%47
%14
%20

Triadic Colors of #cb6bae

#cb6bae #aecb6b #6baecb

Analogous Colors of #cb6bae

#cb6bae #cb6b7e #b86bcb

Monochromatic Colors of #cb6bae

#cb6bae

Complementary Color

#cb6bae #6bcb88

#cb6bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6bae Color CSS Codes

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

#cb6bae Text Font Color

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

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


#cb6bae Background Color

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

This div background color is #cb6bae


#cb6bae Border Color

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

This div border color is #cb6bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6bae


Comments

No comments written yet.

Please login to write comment.