Color Hex Logo

#cc2bac Color Hex

#CC2BAC
(204,43,172)
0 Favorites   0 Comments

Color spaces of #cc2bac

RGB 20443172
HSL0.870.650.48
HSV312°79°80°
CMYK 0.000.790.16   0.20
XYZ33.212117.543740.6655
Yxy17.54370.36330.1919
Hunter Lab41.885268.2392-28.2438
CIE-Lab48.937972.2681-32.0677

#cc2bac color RGB value is (204,43,172).

#cc2bac hex color red value is 204, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc2bac hue: 0.87 , saturation: 0.65 and the lightness value of cc2bac is 0.48.

The process color (four color CMYK) of #cc2bac color hex is 0.00, 0.79, 0.16, 0.20. Web safe color of #cc2bac is #cc3399. Color #cc2bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101011 10101100
Octal 314 53 254
Decimal 204 43 172
Hex CC 2B AC

RGB Percentages of Color #cc2bac

%48.69
%10.26
%41.05

CMYK Percentages of Color #cc2bac

%0
%79
%16
%20

Triadic Colors of #cc2bac

#cc2bac #accc2b #2baccc

Analogous Colors of #cc2bac

#cc2bac #cc2b5c #9c2bcc

Monochromatic Colors of #cc2bac

#cc2bac

Complementary Color

#cc2bac #2bcc4b

#cc2bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2bac Color CSS Codes

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

#cc2bac Text Font Color

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

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


#cc2bac Background Color

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

This div background color is #cc2bac


#cc2bac Border Color

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

This div border color is #cc2bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,43,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2bac


Comments

No comments written yet.

Please login to write comment.