Color Hex Logo

#cc2abb Color Hex

#CC2ABB
(204,42,187)
0 Favorites   0 Comments

Color spaces of #cc2abb

RGB 20442187
HSL0.850.660.48
HSV306°79°80°
CMYK 0.000.790.08   0.20
XYZ34.699418.081248.6749
Yxy18.08120.34200.1782
Hunter Lab42.522071.2486-38.1038
CIE-Lab49.594474.6187-39.8311

#cc2abb color RGB value is (204,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101010 10111011
Octal 314 52 273
Decimal 204 42 187
Hex CC 2A BB

RGB Percentages of Color #cc2abb

%47.11
%9.70
%43.19

CMYK Percentages of Color #cc2abb

%0
%79
%8
%20

Triadic Colors of #cc2abb

#cc2abb #bbcc2a #2abbcc

Analogous Colors of #cc2abb

#cc2abb #cc2a6a #8c2acc

Monochromatic Colors of #cc2abb

#cc2abb

Complementary Color

#cc2abb #2acc3b

#cc2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc2abb Color CSS Codes

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

#cc2abb Text Font Color

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

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


#cc2abb Background Color

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

This div background color is #cc2abb


#cc2abb Border Color

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

This div border color is #cc2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc2abb


Comments

No comments written yet.

Please login to write comment.