Color Hex Logo

#cc7bae Color Hex

#CC7BAE
(204,123,174)
0 Favorites   0 Comments

Color spaces of #cc7bae

RGB 204123174
HSL0.900.440.64
HSV322°40°80°
CMYK 0.000.400.15   0.20
XYZ39.624830.059343.7580
Yxy30.05930.34930.2650
Hunter Lab54.826433.0616-8.9421
CIE-Lab61.705438.5823-13.6171

#cc7bae color RGB value is (204,123,174).

#cc7bae hex color red value is 204, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc7bae hue: 0.90 , saturation: 0.44 and the lightness value of cc7bae is 0.64.

The process color (four color CMYK) of #cc7bae color hex is 0.00, 0.40, 0.15, 0.20. Web safe color of #cc7bae is #cc6699. Color #cc7bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 10101110
Octal 314 173 256
Decimal 204 123 174
Hex CC 7B AE

RGB Percentages of Color #cc7bae

%40.72
%24.55
%34.73

CMYK Percentages of Color #cc7bae

%0
%40
%15
%20

Triadic Colors of #cc7bae

#cc7bae #aecc7b #7baecc

Analogous Colors of #cc7bae

#cc7bae #cc7b86 #c27bcc

Monochromatic Colors of #cc7bae

#cc7bae

Complementary Color

#cc7bae #7bcc99

#cc7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7bae Color CSS Codes

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

#cc7bae Text Font Color

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

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


#cc7bae Background Color

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

This div background color is #cc7bae


#cc7bae Border Color

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

This div border color is #cc7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7bae


Comments

No comments written yet.

Please login to write comment.