Color Hex Logo

#cc2abf Color Hex

#CC2ABF
(204,42,191)
0 Favorites   0 Comments

Color spaces of #cc2abf

RGB 20442191
HSL0.850.660.48
HSV305°79°80°
CMYK 0.000.790.06   0.20
XYZ35.133818.254950.9620
Yxy18.25490.33670.1749
Hunter Lab42.725872.0122-40.8113
CIE-Lab49.803875.2012-41.8287

#cc2abf color RGB value is (204,42,191).

#cc2abf hex color red value is 204, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc2abf hue: 0.85 , saturation: 0.66 and the lightness value of cc2abf is 0.48.

The process color (four color CMYK) of #cc2abf color hex is 0.00, 0.79, 0.06, 0.20. Web safe color of #cc2abf is #cc33cc. Color #cc2abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101010 10111111
Octal 314 52 277
Decimal 204 42 191
Hex CC 2A BF

RGB Percentages of Color #cc2abf

%46.68
%9.61
%43.71

CMYK Percentages of Color #cc2abf

%0
%79
%6
%20

Triadic Colors of #cc2abf

#cc2abf #bfcc2a #2abfcc

Analogous Colors of #cc2abf

#cc2abf #cc2a6e #882acc

Monochromatic Colors of #cc2abf

#cc2abf

Complementary Color

#cc2abf #2acc37

#cc2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2abf Color CSS Codes

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

#cc2abf Text Font Color

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

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


#cc2abf Background Color

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

This div background color is #cc2abf


#cc2abf Border Color

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

This div border color is #cc2abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2abf


Comments

No comments written yet.

Please login to write comment.