Color Hex Logo

#cb6cae Color Hex

#CB6CAE
(203,108,174)
0 Favorites   0 Comments

Color spaces of #cb6cae

RGB 203108174
HSL0.880.480.61
HSV318°47°80°
CMYK 0.000.470.14   0.20
XYZ37.631126.477643.1717
Yxy26.47760.35080.2468
Hunter Lab51.456440.4920-13.7246
CIE-Lab58.487646.0792-18.5028

#cb6cae color RGB value is (203,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101100 10101110
Octal 313 154 256
Decimal 203 108 174
Hex CB 6C AE

RGB Percentages of Color #cb6cae

%41.86
%22.27
%35.88

CMYK Percentages of Color #cb6cae

%0
%47
%14
%20

Triadic Colors of #cb6cae

#cb6cae #aecb6c #6caecb

Analogous Colors of #cb6cae

#cb6cae #cb6c7f #b96ccb

Monochromatic Colors of #cb6cae

#cb6cae

Complementary Color

#cb6cae #6ccb89

#cb6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6cae Color CSS Codes

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

#cb6cae Text Font Color

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

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


#cb6cae Background Color

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

This div background color is #cb6cae


#cb6cae Border Color

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

This div border color is #cb6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6cae


Comments

No comments written yet.

Please login to write comment.