color codes Logo

#cc4abe color codes

#CC4ABE
(204,74,190)
0 Favorites   0 Comments

Color spaces of #cc4abe

RGB 20474190
HSL0.850.560.55
HSV306°64°80°
CMYK 0.000.640.07   0.20
XYZ36.644921.452650.9246
Yxy21.45260.33610.1968
Hunter Lab46.317060.1704-32.7664
CIE-Lab53.441364.5949-35.5191

#cc4abe color RGB value is (204,74,190).

#cc4abe hex color red value is 204, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc4abe hue: 0.85 , saturation: 0.56 and the lightness value of cc4abe is 0.55.

The process color (four color CMYK) of #cc4abe color code is 0.00, 0.64, 0.07, 0.20. Web safe color of #cc4abe is #cc33cc. Color #cc4abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001010 10111110
Octal 314 112 276
Decimal 204 74 190
Hex CC 4A BE

RGB Percentages of Color #cc4abe

%43.59
%15.81
%40.60

CMYK Percentages of Color #cc4abe

%0
%64
%7
%20

Triadic Colors of #cc4abe

#cc4abe #becc4a #4abecc

Analogous Colors of #cc4abe

#cc4abe #cc4a7d #994acc

Monochromatic Colors of #cc4abe

#cc4abe

Complementary Color

#cc4abe #4acc58

#cc4abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4abe Color CSS Codes

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

#cc4abe Text Font Color

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

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


#cc4abe Background Color

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

This div background color is #cc4abe


#cc4abe Border Color

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

This div border color is #cc4abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4abe


Comments

No comments written yet.

Please login to write comment.