Color Hex Logo

#cc8bae Color Hex

#CC8BAE
(204,139,174)
0 Favorites   0 Comments

Color spaces of #cc8bae

RGB 204139174
HSL0.910.390.67
HSV328°32°80°
CMYK 0.000.320.15   0.20
XYZ41.774434.358644.4745
Yxy34.35860.34640.2849
Hunter Lab58.616224.6344-3.9544
CIE-Lab65.246229.9557-8.3134

#cc8bae color RGB value is (204,139,174).

#cc8bae hex color red value is 204, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc8bae hue: 0.91 , saturation: 0.39 and the lightness value of cc8bae is 0.67.

The process color (four color CMYK) of #cc8bae color hex is 0.00, 0.32, 0.15, 0.20. Web safe color of #cc8bae is #cc9999. Color #cc8bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001011 10101110
Octal 314 213 256
Decimal 204 139 174
Hex CC 8B AE

RGB Percentages of Color #cc8bae

%39.46
%26.89
%33.66

CMYK Percentages of Color #cc8bae

%0
%32
%15
%20

Triadic Colors of #cc8bae

#cc8bae #aecc8b #8baecc

Analogous Colors of #cc8bae

#cc8bae #cc8b8e #ca8bcc

Monochromatic Colors of #cc8bae

#cc8bae

Complementary Color

#cc8bae #8bcca9

#cc8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8bae Color CSS Codes

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

#cc8bae Text Font Color

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

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


#cc8bae Background Color

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

This div background color is #cc8bae


#cc8bae Border Color

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

This div border color is #cc8bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8bae


Comments

No comments written yet.

Please login to write comment.